From 8d0ac85fa6e1a52aa5a1e9613d7f378f33bf45b7 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Thu, 21 Apr 2022 12:10:31 +0200 Subject: [PATCH] test: removed pump --- .../test/src/components/spaceship_ramp_test.dart | 6 ------ 1 file changed, 6 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 ff80055c..d9a9bb23 100644 --- a/packages/pinball_components/test/src/components/spaceship_ramp_test.dart +++ b/packages/pinball_components/test/src/components/spaceship_ramp_test.dart @@ -33,7 +33,6 @@ void main() { final spaceshipRamp = SpaceshipRamp(); await game.addFromBlueprint(spaceshipRamp); await game.ready(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current, @@ -57,7 +56,6 @@ void main() { await game.addFromBlueprint(spaceshipRamp); await game.ready(); spaceshipRamp.progress(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current, @@ -83,7 +81,6 @@ void main() { spaceshipRamp ..progress() ..progress(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current, @@ -110,7 +107,6 @@ void main() { ..progress() ..progress() ..progress(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current, @@ -138,7 +134,6 @@ void main() { ..progress() ..progress() ..progress(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current, @@ -167,7 +162,6 @@ void main() { ..progress() ..progress() ..progress(); - await tester.pump(); expect( spaceshipRamp.spaceshipRampArrow.current,