Skip to content

Commit 0ab0d45

Browse files
committed
Fix package names for tests
1 parent 0e7efab commit 0ab0d45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

kotlinx-coroutines-test/common/test/TestCoroutineDispatcherOrderTest.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5+
package kotlinx.coroutines.test
6+
57
import kotlinx.atomicfu.*
68
import kotlinx.coroutines.*
7-
import kotlinx.coroutines.test.*
89
import kotlin.test.*
910

1011
class TestCoroutineDispatcherOrderTest {

kotlinx-coroutines-test/common/test/TestRunBlockingOrderTest.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5+
package kotlinx.coroutines.test
6+
57
import kotlinx.atomicfu.*
68
import kotlinx.coroutines.*
7-
import kotlinx.coroutines.test.*
89
import kotlin.test.*
910

1011
class TestRunBlockingOrderTest {

0 commit comments

Comments
 (0)