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 Dec 30, 2021
1 parent ddf49c8 commit 03df983
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class DebouncedCalculatorUseCaseTest {
@MockK
private lateinit var onResult: (Int) -> Unit

@Suppress("unused")
private val debounceMillis = 0L

@MockK
Expand Down

0 comments on commit 03df983

Please sign in to comment.