From 4ff65277fec290e17b947d7428e2b8ffd6dd6c2c Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:26:17 +0200 Subject: [PATCH] Update test/game/components/android_acres/behaviors/ramp_progress_behavior_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../android_acres/behaviors/ramp_progress_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/android_acres/behaviors/ramp_progress_behavior_test.dart b/test/game/components/android_acres/behaviors/ramp_progress_behavior_test.dart index fec9b72b..05b875fd 100644 --- a/test/game/components/android_acres/behaviors/ramp_progress_behavior_test.dart +++ b/test/game/components/android_acres/behaviors/ramp_progress_behavior_test.dart @@ -269,7 +269,7 @@ void main() { ); flameTester.test( - "doesn't add again onProgressed to dimmed all " + "doesn't add onProgressed to dim arrow " 'when multiplier is 6 after hit', (game) async { final bloc = _MockSpaceshipRampCubit();