From d64d5d8b16724d1fd673bc4e810158c70e892f0d Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:40:09 +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 68dafcc5..77e7f72b 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 @@ -185,8 +185,8 @@ void main() { ); flameTester.test( - 'adds again onProgressed to dimmed all ' - 'when arrow is full lit after hit and multiplier is less than 6', + 'adds onProgressed to dim arrow ' + 'when arrow is fully lit after hit and multiplier is less than 6', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();