Skip to content

Commit

Permalink
refactor #818 Add @Suppress annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Feb 11, 2022
1 parent e0f05de commit 00e6517
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class DebouncedCalculatorUseCaseTest {
@MockK
private lateinit var calculator: Calculator

@Suppress("unused")
private val ioDispatcher: CoroutineDispatcher = Dispatchers.Unconfined

private val mainDispatcher: CoroutineDispatcher = Dispatchers.Unconfined
Expand Down

0 comments on commit 00e6517

Please sign in to comment.