From ece70d81584e1b37f6f847a08d5d8d3db1161e7b Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:26:26 +0200 Subject: [PATCH] Update test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../android_acres/behaviors/ramp_reset_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart b/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart index 80cff43a..7c80ddbb 100644 --- a/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart +++ b/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart @@ -95,7 +95,7 @@ void main() { ); flameTester.test( - "when round doesn't change never call onReset", + "doesn't call onReset when round stays the same", (game) async { final bloc = _MockSpaceshipRampCubit(); final state = GameState.initial();