diff --git a/test/game/components/google_word_test.dart b/test/game/components/google_word_test.dart index 3974c7ba..a7f467db 100644 --- a/test/game/components/google_word_test.dart +++ b/test/game/components/google_word_test.dart @@ -45,7 +45,7 @@ void main() { ); flameBlocTester.testGameWidget( - 'adds GameBonus.word to the game when all letters are activated', + 'adds GameBonus.googleWord to the game when all letters are activated', setUp: (game, _) async { final ball = Ball(baseColor: const Color(0xFFFF0000)); final googleWord = GoogleWord(position: Vector2.zero());