Skip to content

Commit b4f4f0a

Browse files
authored
Fix package name of ToMapCollectionSamplesTest. (#4674)
Other classes in the same directory use `package kotlinx.coroutines.flow`.
1 parent 86738dc commit b4f4f0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kotlinx-coroutines-core/common/test/flow/terminal/ToMapCollectionSamplesTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package kotlinx.coroutines.flow.terminal
1+
package kotlinx.coroutines.flow
22

3-
import kotlinx.coroutines.flow.*
43
import kotlinx.coroutines.testing.*
54
import kotlin.test.*
65

0 commit comments

Comments
 (0)