Skip to content

Commit

Permalink
Move test
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevmaxim committed Jun 21, 2024
1 parent abe4df1 commit 60176e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ internal class CoverageRunTest(override val coverage: Coverage, override val tes
@Test
fun testBasicJavaTryWithResourcesJava() = test("basicJava.tryWithResources.java")

@Test
fun testBasicJavaTryWithResourcesKotlin() = test("basicJava.tryWithResources.kotlin")

@Test
fun testCasesElseif() = test("cases.elseif")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ internal class Jdk11CoverageRunTest(override val coverage: Coverage, override va
@Test
fun testBasicJavaTryWithResourcesJava() = test("basicJava.tryWithResources.java")

@Test
fun testBasicJavaTryWithResourcesKotlin() = test("basicJava.tryWithResources.kotlin")

@Test
fun testComposeBasic() = test("compose.basic")

Expand Down

0 comments on commit 60176e3

Please sign in to comment.