Skip to content

Commit dd1ed86

Browse files
committed
Add missing @test
1 parent 02dd8c4 commit dd1ed86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/io/fuchs/gradle/collisiondetector/testkit/CollisionDetectorPluginTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class CollisionDetectorPluginTest {
5555
assertEquals(TaskOutcome.SUCCESS, detectCollisionsTask?.outcome)
5656
}
5757

58+
@Test
5859
fun `task is up-to-date in second execution`(@TempDir tempDir: Path) {
5960
copyBuildFileToTempDir("apply_plugin_only.gradle", tempDir)
6061

0 commit comments

Comments
 (0)