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 05b875fd..433c5e35 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 @@ -107,7 +107,7 @@ void main() { flameTester.test( 'adds onProgressed ' - 'when hits and multiplier is 6 but arrow is not full lit', + 'when hits and multiplier are 6 but arrow is not fully lit', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();