From 2bc3c1f4a058f21a1b103807643311fd77b1ef04 Mon Sep 17 00:00:00 2001 From: Erick Date: Fri, 11 Mar 2022 09:36:57 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alejandro Santiago --- test/game/bloc/game_bloc_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/bloc/game_bloc_test.dart b/test/game/bloc/game_bloc_test.dart index f97140df..ad1d6c55 100644 --- a/test/game/bloc/game_bloc_test.dart +++ b/test/game/bloc/game_bloc_test.dart @@ -131,7 +131,7 @@ void main() { ); blocTest( - 'adds the bonus when the word is completed', + 'adds the bonus when the bonusWord is completed', build: GameBloc.new, act: (bloc) => bloc ..add(const BonusLetterActivated(0))