From adcc43d04a4ea31853daf1af733b2954d9d4f621 Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 3 Mar 2022 17:00:08 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/bloc/game_state_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,