Minor: kotlin-test reformat sources, fix test package names

This commit is contained in:
Ilya Gorbunov
2018-02-06 08:54:20 +03:00
parent ad7701922c
commit d1f00a95e0
4 changed files with 16 additions and 16 deletions
@@ -1,4 +1,4 @@
package kotlinx.testing.tests package kotlin.test.junit.tests
import org.junit.* import org.junit.*
import java.util.concurrent.* import java.util.concurrent.*
@@ -1,4 +1,4 @@
package kotlinx.testing.tests package kotlin.test.testng.tests
import org.testng.annotations.* import org.testng.annotations.*
import org.testng.* import org.testng.*