Apply suggestions from code review

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/9/head
Erick 4 years ago committed by GitHub
parent 45a5b5c320
commit adcc43d04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,10 +62,10 @@ void main() {
}); });
}); });
group('isGameOver', () { group('isLastBall', () {
test( test(
'is true ' 'is true '
'when there is only on ball left', 'when there is only one ball left',
() { () {
const gameState = GameState( const gameState = GameState(
balls: 1, balls: 1,

Loading…
Cancel
Save