diff --git a/test/game/components/bonus_word_test.dart b/test/game/components/bonus_word_test.dart index 34aca3e9..99081921 100644 --- a/test/game/components/bonus_word_test.dart +++ b/test/game/components/bonus_word_test.dart @@ -195,6 +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,