onBackupSuccess now doesn't need a boolean anymore
This commit is contained in:
parent
623eb331da
commit
eb9dad798c
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue