Skip to content

Commit

Permalink
Version bump and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Oct 12, 2021
1 parent 5adb15b commit b038937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/commonMain/kotlin/BlockingTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal expect fun runBlockingTest(test: suspend CoroutineScope.() -> Unit)
interface BlockingTest {
suspend fun beforeEach() {}
suspend fun afterEach() {}

fun blockingTest(action: suspend CoroutineScope.() -> Unit) = runBlockingTest {
try {
beforeEach()
Expand Down

0 comments on commit b038937

Please sign in to comment.