From db2033a4b0261cb4b64486148a2e5e73c2660bc7 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:15:50 +0530 Subject: [PATCH] chore: add reason for stopForegroundBackup in tests (#30573) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/test/providers/backup/drift_backup_provider_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/test/providers/backup/drift_backup_provider_test.dart b/mobile/test/providers/backup/drift_backup_provider_test.dart index 9a5f222301..205f564cd9 100644 --- a/mobile/test/providers/backup/drift_backup_provider_test.dart +++ b/mobile/test/providers/backup/drift_backup_provider_test.dart @@ -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);