Skip to content

Commit e13084a

Browse files
committed
store test [nfc]: Replace old method name in a test group
This looks like it was meant to happen in 9201ae4.
1 parent cb9a849 commit e13084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/store_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import 'test_store.dart';
3131
void main() {
3232
TestZulipBinding.ensureInitialized();
3333

34-
group('GlobalStore.updateGlobalSettings', () {
34+
group('GlobalStore update settings', () {
3535
test('smoke', () async {
3636
final globalStore = eg.globalStore();
3737
check(globalStore).settings.themeSetting.equals(null);

0 commit comments

Comments
 (0)