[kotlin-test] Rename test to avoid duplication
This commit is contained in:
committed by
Space Team
parent
ff20ae34e5
commit
309cecdefd
+1
-1
@@ -10,7 +10,7 @@ import kotlin.test.*
|
||||
import java.util.concurrent.*
|
||||
import kotlin.test.junit5.JUnit5Asserter
|
||||
|
||||
class JUnitContributorTest {
|
||||
class JUnit5ContributorTest {
|
||||
@Test
|
||||
fun smokeTest() {
|
||||
assertSame(JUnit5Asserter, kotlin.test.asserter)
|
||||
Reference in New Issue
Block a user