Skip to content

Commit

Permalink
Update import Unconfined to Dispatchers.Unconfined
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and florina-muntenescu committed Oct 25, 2018
1 parent 0d264d4 commit 7b502a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package io.plaidapp.test.shared

import io.plaidapp.core.data.CoroutinesContextProvider
import kotlinx.coroutines.Unconfined
import kotlinx.coroutines.Dispatchers.Unconfined

fun provideFakeCoroutinesContextProvider(): CoroutinesContextProvider =
CoroutinesContextProvider(Unconfined, Unconfined)

0 comments on commit 7b502a5

Please sign in to comment.