Apply suggestions from code review

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/24/head
Erick 4 years ago committed by GitHub
parent 8aacd01d92
commit 2bc3c1f4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ void main() {
); );
blocTest<GameBloc, GameState>( blocTest<GameBloc, GameState>(
'adds the bonus when the word is completed', 'adds the bonus when the bonusWord is completed',
build: GameBloc.new, build: GameBloc.new,
act: (bloc) => bloc act: (bloc) => bloc
..add(const BonusLetterActivated(0)) ..add(const BonusLetterActivated(0))

Loading…
Cancel
Save