diff --git a/test/game/bloc/game_bloc_test.dart b/test/game/bloc/game_bloc_test.dart index 2e4a9f4f..f4b79001 100644 --- a/test/game/bloc/game_bloc_test.dart +++ b/test/game/bloc/game_bloc_test.dart @@ -207,7 +207,7 @@ void main() { group('DashNestActivated', () { blocTest( - 'adds the bonus when all nest are activated', + 'adds the bonus when all nests are activated', build: GameBloc.new, act: (bloc) => bloc ..add(const DashNestActivated('0'))