Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiyp committed Jan 4, 2019
1 parent 19df282 commit b7b86d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mockk/common/src/test/kotlin/io/mockk/it/CoVerifyTest.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.mockk.it

import io.mockk.*
import kotlinx.coroutines.runBlocking
import kotlin.test.Test
import kotlin.test.assertEquals

Expand Down
2 changes: 1 addition & 1 deletion mockk/jvm/src/test/kotlin/io/mockk/gh/Issue174Test.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.mockk.gh

import io.mockk.mockk
import kotlinx.coroutines.experimental.runBlocking
import kotlinx.coroutines.runBlocking
import org.junit.Test

class Issue174Test {
Expand Down

0 comments on commit b7b86d5

Please sign in to comment.