From eaed91d7e81f9e2cb74783105fa2f5c14cdc2308 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:40:36 +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 ac0aa5a3..8bf72977 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 @@ -144,7 +144,7 @@ void main() { flameTester.test( "doesn't add onProgressed " - 'when hits and multiplier is 6 and arrow is full lit', + 'when hits and multiplier are 6 and arrow is fully lit', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();