From f67fcc8e9d600ba4f40e96df6b6dd65d31a94f59 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:40:21 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 77e7f72b..ac0aa5a3 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 @@ -227,8 +227,8 @@ void main() { ); flameTester.test( - "doesn't add again onProgressed to dimmed all " - 'when arrow is not full lit after hit', + "doesn't add onProgressed to dim arrow " + 'when arrow is not fully lit after hit', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();