Skip to content

Commit

Permalink
refactor #818 Add @FlowPreview annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Feb 11, 2022
1 parent 39ff6d6 commit 42831cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import jp.toastkid.loan.model.Factor
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.FlowPreview
import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.launch
import org.junit.After
Expand Down Expand Up @@ -67,6 +68,7 @@ class DebouncedCalculatorUseCaseTest {
unmockkAll()
}

@FlowPreview
@Test
fun testInvoke() {
debouncedCalculatorUseCase.invoke()
Expand Down

0 comments on commit 42831cf

Please sign in to comment.