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();