From 4c1ededa4e51095c68e0d6ebc6793a0f2ad678fe Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Fri, 11 Mar 2022 16:46:14 -0300 Subject: [PATCH] feat: removing not needed pump --- test/game/components/bonus_word_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/game/components/bonus_word_test.dart b/test/game/components/bonus_word_test.dart index 55c6c524..33aec998 100644 --- a/test/game/components/bonus_word_test.dart +++ b/test/game/components/bonus_word_test.dart @@ -187,7 +187,6 @@ void main() { 'adds a ColorEffect', (game, tester) async { await game.ready(); - await tester.pump(); const state = GameState( score: 0, @@ -212,7 +211,6 @@ void main() { 'only listens when there is a change on the letter status', (game, tester) async { await game.ready(); - await tester.pump(); const state = GameState( score: 0,