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))