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 433c5e35..68dafcc5 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 @@ -70,7 +70,7 @@ void main() { flameTester.test( 'adds onProgressed ' - 'when hits and multiplier is less than 6', + 'when hits and multiplier are less than 6', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();