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 8ee196b commit 6cad5d2Copy full SHA for 6cad5d2
test/bloc_test.dart
@@ -20,8 +20,8 @@ void main() {
20
'emit default settings model when nothing is changed',
21
build: () => SettingsBloc(_settingsRepository),
22
act: (bloc) => bloc.add(SettingsUpdatedEvent(settingsModel)),
23
- // we don't care what's here so no expect. This just sets up config.json
24
- // properly if it is not created yet, example on GH actions
+ // we don't care what's here so no expect. This just sets up config.json
+ // properly if it is not created yet, example on GH actions
25
);
26
blocTest<SettingsBloc, SettingsState>(
27
'emits new settings model, settings saved correctly and getParamsList has the new setting',
0 commit comments