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 {
|
every {
|
||||||
spyBackupNotificationManager.onBackupSuccess(any(), any(), any())
|
spyBackupNotificationManager.onBackupSuccess(any(), any(), any())
|
||||||
} answers {
|
} answers {
|
||||||
val success = firstArg<Boolean>()
|
|
||||||
assert(success) { "Backup failed." }
|
|
||||||
|
|
||||||
callOriginal()
|
callOriginal()
|
||||||
completed.set(true)
|
completed.set(true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue