From 0cf09e54926f760c6ec75d0ed1448c0f59c4c7c3 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Fri, 8 Apr 2022 17:34:05 +0200 Subject: [PATCH] test: fixed test --- test/game/pinball_game_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/pinball_game_test.dart b/test/game/pinball_game_test.dart index 4f14b871..99189e63 100644 --- a/test/game/pinball_game_test.dart +++ b/test/game/pinball_game_test.dart @@ -69,7 +69,7 @@ void main() { await game.ready(); await game.ensureAdd(sparkyFireZone); - expect(game.children.whereType().length, equals(1)); + expect(game.children.whereType().length, equals(1)); }, );