Clarify test names to avoid clashes in resolve
This is to workaround problem described in #KT-41342
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package ${package}
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Test
|
||||
|
||||
class GreetingTest {
|
||||
class AndroidGreetingTest {
|
||||
|
||||
@Test
|
||||
fun testExample() {
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ package ${package}
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
class GreetingTest {
|
||||
class IosGreetingTest {
|
||||
|
||||
@Test
|
||||
fun testExample() {
|
||||
|
||||
Reference in New Issue
Block a user