From 754708f7e55a6e3c20a2afdb895cdbe9f4fe7b37 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Thu, 4 Jun 2026 00:44:35 +0200 Subject: [PATCH] fix: update stale mock to match build_runner output Co-Authored-By: Claude Sonnet 4.6 --- test/unit/account_sync_manager_test.mocks.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/unit/account_sync_manager_test.mocks.dart b/test/unit/account_sync_manager_test.mocks.dart index 833539d..481ba08 100644 --- a/test/unit/account_sync_manager_test.mocks.dart +++ b/test/unit/account_sync_manager_test.mocks.dart @@ -288,9 +288,7 @@ class MockEmailRepository extends _i1.Mock implements _i9.EmailRepository { ) as _i5.Stream>); @override - _i5.Stream> observeAllInboxThreads({ - int? limit = 50, - }) => + _i5.Stream> observeAllInboxThreads({int? limit = 50}) => (super.noSuchMethod( Invocation.method( #observeAllInboxThreads,