mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: add reason for stopForegroundBackup in tests (#30573)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
555fbde840
commit
db2033a4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ void main() {
|
|||
firstRun('asset-1', 'remote-1');
|
||||
expect(notifier.state.remainderCount, 0);
|
||||
|
||||
notifier.stopForegroundBackup();
|
||||
notifier.stopForegroundBackup(reason: "test");
|
||||
|
||||
final resumedRun = await startAndCaptureOnSuccess();
|
||||
expect(notifier.state.remainderCount, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue