From 56e8b8ec107d59fdc86a48437641f197573540c8 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:26:42 +0200 Subject: [PATCH] Update test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../android_acres/behaviors/ramp_reset_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7c80ddbb..74946e09 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 @@ -66,7 +66,7 @@ void main() { final flameTester = FlameTester(_TestGame.new); flameTester.test( - 'when round lost call onReset', + 'calls onReset when round lost', (game) async { final bloc = _MockSpaceshipRampCubit(); final state = GameState.initial();