Fixed maven multiplatform test
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
package org.jetbrains
|
||||
|
||||
import org.junit.*
|
||||
import kotlin.test.*
|
||||
|
||||
class JSSpecificTest {
|
||||
@@ -8,4 +7,4 @@ class JSSpecificTest {
|
||||
fun test1() {
|
||||
assertEquals(1, 1)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ class JVMSpecificTest {
|
||||
fun test1() {
|
||||
Assert.assertEquals(1, 1)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package org.jetbrains
|
||||
|
||||
import org.junit.*
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
open class SharedTest {
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user