fix: failing copyWith test

pull/151/head
alestiago 4 years ago
parent a18bf5ef70
commit 95911fea63

@ -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,

Loading…
Cancel
Save