From fc8b901ec03334c161dc389b41a10b7ce973a56d Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 31 Mar 2022 11:47:15 +0100 Subject: [PATCH] refactor: analyzer --- test/game/components/bonus_word_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/bonus_word_test.dart b/test/game/components/bonus_word_test.dart index 99081921..f02adceb 100644 --- a/test/game/components/bonus_word_test.dart +++ b/test/game/components/bonus_word_test.dart @@ -195,7 +195,7 @@ void main() { group('bonus letter activation', () { late GameBloc gameBloc; - + final tester = flameBlocTester( // TODO(alestiago): Use TestGame once BonusLetter has controller. game: PinballGameTest.create,