[kotlin-test] Rename test to avoid duplication

This commit is contained in:
Ilya Gorbunov
2024-01-17 18:00:47 +01:00
committed by Space Team
parent ff20ae34e5
commit 309cecdefd
@@ -10,7 +10,7 @@ import kotlin.test.*
import java.util.concurrent.* import java.util.concurrent.*
import kotlin.test.junit5.JUnit5Asserter import kotlin.test.junit5.JUnit5Asserter
class JUnitContributorTest { class JUnit5ContributorTest {
@Test @Test
fun smokeTest() { fun smokeTest() {
assertSame(JUnit5Asserter, kotlin.test.asserter) assertSame(JUnit5Asserter, kotlin.test.asserter)