Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Jan 2, 2025
1 parent 7009fc4 commit 7ebf836
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ class SharedPrefsCounterStorageTest {
)
)
.thenReturn(timestampSharedPrefs)
Mockito.`when`(timestampSharedPrefs!!.edit()).thenReturn(timestampPrefsEditor)
Mockito.`when`(
timestampSharedPrefs.edit()
.putString(ArgumentMatchers.anyString(), ArgumentMatchers.anyString())
)
.thenReturn(timestampPrefsEditor)

systemUnderTest = SharedPrefsCounterStorage(
context,
Expand Down

0 comments on commit 7ebf836

Please sign in to comment.