|
|
@ -105,8 +105,7 @@ void main() {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
streamController.add(state.copyWith(hits: 5));
|
|
|
|
streamController.add(state.copyWith(hits: 5));
|
|
|
|
|
|
|
|
await Future<void>.delayed(Duration.zero);
|
|
|
|
await game.ready();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
verify(() => gameBloc.add(const MultiplierIncreased())).called(1);
|
|
|
|
verify(() => gameBloc.add(const MultiplierIncreased())).called(1);
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -140,8 +139,7 @@ void main() {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
streamController.add(state.copyWith(hits: 5));
|
|
|
|
streamController.add(state.copyWith(hits: 5));
|
|
|
|
|
|
|
|
await Future<void>.delayed(Duration.zero);
|
|
|
|
await game.ready();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
verifyNever(() => gameBloc.add(const MultiplierIncreased()));
|
|
|
|
verifyNever(() => gameBloc.add(const MultiplierIncreased()));
|
|
|
|
},
|
|
|
|
},
|
|
|
|