We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0dd0c commit 4ed62fcCopy full SHA for 4ed62fc
test/model/store_test.dart
@@ -232,6 +232,8 @@ void main() {
232
await globalStore.insertAccount(account.toCompanion(false));
233
connection = (globalStore.apiConnectionFromAccount(account)
234
as FakeApiConnection);
235
+ UpdateMachine.debugEnableFetchEmojiData = false;
236
+ addTearDown(() => UpdateMachine.debugEnableFetchEmojiData = true);
237
UpdateMachine.debugEnableRegisterNotificationToken = false;
238
addTearDown(() => UpdateMachine.debugEnableRegisterNotificationToken = true);
239
}
0 commit comments