refactor: fixed test name typo

pull/176/head
alestiago 3 years ago
parent c1e0c6d8d6
commit aafab1168c

@ -45,7 +45,7 @@ void main() {
); );
flameBlocTester.testGameWidget( 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 { setUp: (game, _) async {
final ball = Ball(baseColor: const Color(0xFFFF0000)); final ball = Ball(baseColor: const Color(0xFFFF0000));
final googleWord = GoogleWord(position: Vector2.zero()); final googleWord = GoogleWord(position: Vector2.zero());

Loading…
Cancel
Save