fix: analyzer issue

pull/346/head
alestiago 3 years ago
parent 24a3ef9e12
commit 80cee9a409

@ -122,7 +122,7 @@ void main() {
test( test(
'plays the game over voice over when it is game over', 'plays the game over voice over when it is game over',
() { () {
gameFlowController.onNewState( gameBlocStatusListener.onNewState(
GameState.initial().copyWith(status: GameStatus.gameOver), GameState.initial().copyWith(status: GameStatus.gameOver),
); );

Loading…
Cancel
Save