From 841d36cfbb0880584bdb2f9fe02dc599dcbae31e Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Wed, 6 Apr 2022 10:26:20 +0200 Subject: [PATCH] chore: plunger golden test --- test/game/components/plunger_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/game/components/plunger_test.dart b/test/game/components/plunger_test.dart index f54066f8..65789ae0 100644 --- a/test/game/components/plunger_test.dart +++ b/test/game/components/plunger_test.dart @@ -29,6 +29,7 @@ void main() { game.camera.followVector2(Vector2.zero()); game.camera.zoom = 4.1; }, + // TODO(ruimiguel): enable test when workflows are fixed. // verify: (game, tester) async { // await expectLater( // find.byGame(),