Skip to content

Commit 44c5787

Browse files
committed
Rename Kotlin tests
1 parent 37dab6b commit 44c5787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-engine/src/test/kotlin/org/junit/jupiter/api/AssertionsAssertAllKotlinTests.kt renamed to junit-jupiter-engine/src/test/kotlin/org/junit/jupiter/api/KotlinAssertionsTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import kotlin.reflect.KClass
2323
/**
2424
* Unit tests for JUnit Jupiter [org.junit.jupiter.api] top-level assertion functions.
2525
*/
26-
class AssertionsAssertAllKotlinTests {
26+
class KotlinAssertionsTests {
2727

2828
// Bonus: no null check tests as these get handled by the compiler!
2929

0 commit comments

Comments
 (0)