Skip to content

Commit 20a9fef

Browse files
committed
Fix assertions in plugin test
1 parent c8c776e commit 20a9fef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin-test/src/test/groovy/org/gradle/github/dependencygraph/PluginDependencyExtractorTest.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,9 @@ class PluginDependencyExtractorTest extends BaseExtractorTest {
186186
dependencies: []
187187
]
188188
])
189+
190+
def manifest = gitHubManifest()
191+
manifest.sourceFile == "settings.gradle"
192+
manifest.assertResolved(pluginDependencies)
189193
}
190194
}

0 commit comments

Comments
 (0)