Merge branch 'main' into feat/add-dino-wall

pull/115/head
RuiAlonso 4 years ago
commit 3e9f7bd74d

@ -194,10 +194,11 @@ void main() {
}); });
group('bonus letter activation', () { group('bonus letter activation', () {
final gameBloc = MockGameBloc(); late GameBloc gameBloc;
final tester = flameBlocTester(gameBloc: () => gameBloc); final tester = flameBlocTester(gameBloc: () => gameBloc);
setUp(() { setUp(() {
gameBloc = MockGameBloc();
whenListen( whenListen(
gameBloc, gameBloc,
const Stream<GameState>.empty(), const Stream<GameState>.empty(),

Loading…
Cancel
Save