From aafab1168cada57855aef4cd8b810ea3cd315db5 Mon Sep 17 00:00:00 2001 From: alestiago Date: Fri, 15 Apr 2022 08:52:32 +0100 Subject: [PATCH] refactor: fixed test name typo --- test/game/components/google_word_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());