From 5802448ad9a1c4b1fff24c986801e5829ec5d47e Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 11 Mar 2022 14:41:52 +0000 Subject: [PATCH] refactor: added missing white space Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/flipper_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/game/components/flipper_test.dart b/test/game/components/flipper_test.dart index 70fefa5d..355484db 100644 --- a/test/game/components/flipper_test.dart +++ b/test/game/components/flipper_test.dart @@ -48,6 +48,7 @@ void main() { group('children', () { bool Function(Component) flipperSelector(BoardSide side) => (component) => component is Flipper && component.side == side; + flameTester.test( 'has only one left Flipper', (game) async {