From 99ba32a35fdff66a3ba5625af684a71878d9b9ae Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Thu, 21 Apr 2022 20:04:55 +0200 Subject: [PATCH] test: pump on spaceship ramp golden tests --- .../test/src/components/spaceship_ramp_test.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/pinball_components/test/src/components/spaceship_ramp_test.dart b/packages/pinball_components/test/src/components/spaceship_ramp_test.dart index c1838006..735eedcb 100644 --- a/packages/pinball_components/test/src/components/spaceship_ramp_test.dart +++ b/packages/pinball_components/test/src/components/spaceship_ramp_test.dart @@ -71,7 +71,7 @@ void main() { await game.addFromBlueprint(spaceshipRamp); await game.ready(); spaceshipRamp.progress(); - await game.ready(); + await tester.pump(); expect( spaceshipRamp.components @@ -101,7 +101,7 @@ void main() { spaceshipRamp ..progress() ..progress(); - await game.ready(); + await tester.pump(); expect( spaceshipRamp.components @@ -132,7 +132,7 @@ void main() { ..progress() ..progress() ..progress(); - await game.ready(); + await tester.pump(); expect( spaceshipRamp.components @@ -163,7 +163,7 @@ void main() { ..progress() ..progress() ..progress(); - await game.ready(); + await tester.pump(); expect( spaceshipRamp.components @@ -195,7 +195,7 @@ void main() { ..progress() ..progress() ..progress(); - await game.ready(); + await tester.pump(); expect( spaceshipRamp.components