diff --git a/test/game/bloc/game_state_test.dart b/test/game/bloc/game_state_test.dart index c5131492..59cc0d1d 100644 --- a/test/game/bloc/game_state_test.dart +++ b/test/game/bloc/game_state_test.dart @@ -62,10 +62,10 @@ void main() { }); }); - group('isGameOver', () { + group('isLastBall', () { test( 'is true ' - 'when there is only on ball left', + 'when there is only one ball left', () { const gameState = GameState( balls: 1,