Clarify test names to avoid clashes in resolve

This is to workaround problem described in #KT-41342
This commit is contained in:
Kirill Shmakov
2020-09-25 14:04:25 +03:00
parent 31e7dd5fcc
commit ac9b5dabfc
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ package ${package}
import org.junit.Assert.assertTrue
import org.junit.Test
class GreetingTest {
class AndroidGreetingTest {
@Test
fun testExample() {
@@ -3,7 +3,7 @@ package ${package}
import kotlin.test.Test
import kotlin.test.assertTrue
class GreetingTest {
class IosGreetingTest {
@Test
fun testExample() {