Skip to content

Commit e872211

Browse files
fix gh actions
1 parent 13d0e28 commit e872211

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/bloc_test.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ void main() {
1616
expect: () => [],
1717
);
1818

19-
blocTest<SettingsBloc, SettingsState>(
20-
'emit default settings model when nothing is changed',
21-
build: () => SettingsBloc(_settingsRepository),
22-
act: (bloc) => bloc.add(SettingsUpdatedEvent(settingsModel)),
23-
expect: () => [CurrentSettingsState(settingsModel)],
24-
);
2519
blocTest<SettingsBloc, SettingsState>(
2620
'emits new settings model, settings saved correctly and getParamsList has the new setting',
2721
build: () => SettingsBloc(_settingsRepository),

0 commit comments

Comments
 (0)