From 096042f6d7c3258702aaf86de424bf48177e2b7a Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 11 Mar 2022 14:42:05 +0000 Subject: [PATCH] refactor: adding missing white space Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/pinball_game_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/game/pinball_game_test.dart b/test/game/pinball_game_test.dart index d89e89e5..6f3646e9 100644 --- a/test/game/pinball_game_test.dart +++ b/test/game/pinball_game_test.dart @@ -18,6 +18,7 @@ void main() { () { bool Function(Component) componentSelector() => (component) => component is T; + group('FlipperGroup', () { flameTester.test( 'has only one right Flipper',