From 274029fadb3d535aaba6c24efb345de00b8f36a1 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 21 Mar 2022 10:49:01 +0000 Subject: [PATCH] fix: included game.ready --- test/game/components/ball_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/game/components/ball_test.dart b/test/game/components/ball_test.dart index 3d4b5557..df5ec8a3 100644 --- a/test/game/components/ball_test.dart +++ b/test/game/components/ball_test.dart @@ -75,6 +75,7 @@ void main() { 'has Layer.all as default filter maskBits', (game) async { final ball = Ball(); + await game.ready(); await game.ensureAdd(ball); await ball.mounted;