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 cb9a849 commit e13084aCopy full SHA for e13084a
test/model/store_test.dart
@@ -31,7 +31,7 @@ import 'test_store.dart';
31
void main() {
32
TestZulipBinding.ensureInitialized();
33
34
- group('GlobalStore.updateGlobalSettings', () {
+ group('GlobalStore update settings', () {
35
test('smoke', () async {
36
final globalStore = eg.globalStore();
37
check(globalStore).settings.themeSetting.equals(null);
0 commit comments