diff --git a/test/game/bloc/game_state_test.dart b/test/game/bloc/game_state_test.dart index 9fb863ef..15dee5ba 100644 --- a/test/game/bloc/game_state_test.dart +++ b/test/game/bloc/game_state_test.dart @@ -225,6 +225,7 @@ void main() { gameState.copyWith( score: otherGameState.score, balls: otherGameState.balls, + bonusBalls: otherGameState.bonusBalls, activatedBonusLetters: otherGameState.activatedBonusLetters, activatedDashNests: otherGameState.activatedDashNests, bonusHistory: otherGameState.bonusHistory,