From 8a09c228007f7703dbd43af7cc7a39975c09d022 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:26:34 +0200 Subject: [PATCH] Update test/game/components/android_acres/behaviors/ramp_shot_behavior_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../android_acres/behaviors/ramp_shot_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/android_acres/behaviors/ramp_shot_behavior_test.dart b/test/game/components/android_acres/behaviors/ramp_shot_behavior_test.dart index 49a88a62..8a9c8fc3 100644 --- a/test/game/components/android_acres/behaviors/ramp_shot_behavior_test.dart +++ b/test/game/components/android_acres/behaviors/ramp_shot_behavior_test.dart @@ -69,7 +69,7 @@ void main() { final flameTester = FlameTester(_TestGame.new); flameTester.test( - 'when hits adds a ScoringBehavior', + 'adds a ScoringBehavior when hit', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = SpaceshipRampState.initial();