From cb6142bab1a2c297f17da55b66c28052da3afaee Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 8 Mar 2022 20:58:32 +0000 Subject: [PATCH] refactor: capitalized Flipper test description --- test/game/pinball_game_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/game/pinball_game_test.dart b/test/game/pinball_game_test.dart index 47b6e158..7ca02c1d 100644 --- a/test/game/pinball_game_test.dart +++ b/test/game/pinball_game_test.dart @@ -21,7 +21,7 @@ void main() { (component) => component is Flipper && component.side == side; flameTester.test( - 'has only one left flipper', + 'has only one left Flipper', (game) { expect( () => game.children.singleWhere( @@ -33,7 +33,7 @@ void main() { ); flameTester.test( - 'has only one right flipper', + 'has only one right Flipper', (game) { expect( () => game.children.singleWhere(