Skip to content

Commit

Permalink
onBackupSuccess now doesn't need a boolean anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Oct 11, 2024
1 parent 6401e86 commit 7ec4b20
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ internal interface LargeBackupTestBase : LargeTestBase {
every {
spyBackupNotificationManager.onBackupSuccess(any(), any(), any())
} answers {
val success = firstArg<Boolean>()
assert(success) { "Backup failed." }

callOriginal()
completed.set(true)
}
Expand Down

0 comments on commit 7ec4b20

Please sign in to comment.