diff --git a/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart b/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart index 80cff43a..7c80ddbb 100644 --- a/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart +++ b/test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart @@ -95,7 +95,7 @@ void main() { ); flameTester.test( - "when round doesn't change never call onReset", + "doesn't call onReset when round stays the same", (game) async { final bloc = _MockSpaceshipRampCubit(); final state = GameState.initial();