Skip to content

Commit 680df59

Browse files
author
Gerhard Dickescheid
committed
fixed unit test
1 parent c7634c9 commit 680df59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/groovy/de/eacg/ecs/gradle/plugin/EcsPluginTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import static org.junit.Assert.assertTrue
1616

1717
class EcsPluginTest {
1818
@Test
19-
public void greeterPluginAddsGreetingTaskToProject() {
19+
public void ecsPluginAddsScanTaskToProject() {
2020
Project project = ProjectBuilder.builder().build()
2121
project.pluginManager.apply 'de.eacg.ecs.plugin.gradle'
2222

23-
assertTrue(project.tasks.scan instanceof ScanTask)
23+
assertTrue(project.tasks.'dependency-scan' instanceof ScanTask)
2424
}
2525
}

0 commit comments

Comments
 (0)