Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 committed Dec 17, 2024
1 parent 95886fe commit dba76bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model/store_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ class LoadingTestGlobalStore extends TestGlobalStore {
super.accounts = const [],
super.globalSettings = const GlobalSettingsData(
themeSetting: ThemeSetting.none,
browserPreference: BrowserPreference.none),
browserPreference: BrowserPreference.default_),
});

Map<int, List<Completer<PerAccountStore>>> completers = {};
Expand Down

0 comments on commit dba76bb

Please sign in to comment.