From a3384a0cc70b2530fbd2081c59a77518160362cf Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 9 May 2022 20:42:53 +0100 Subject: [PATCH] test: changed horizontal to vertical Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../flipper/behaviors/flipper_moving_behavior_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pinball_components/test/src/components/flipper/behaviors/flipper_moving_behavior_test.dart b/packages/pinball_components/test/src/components/flipper/behaviors/flipper_moving_behavior_test.dart index 3fed2956..be48d795 100644 --- a/packages/pinball_components/test/src/components/flipper/behaviors/flipper_moving_behavior_test.dart +++ b/packages/pinball_components/test/src/components/flipper/behaviors/flipper_moving_behavior_test.dart @@ -54,7 +54,7 @@ void main() { }); flameTester.test( - 'applies horizontal velocity to flipper when moving down', + 'applies vertical velocity to flipper when moving down', (game) async { final bloc = _MockFlipperCubit(); final streamController = StreamController(); @@ -78,7 +78,7 @@ void main() { ); flameTester.test( - 'applies horizontal velocity to flipper when moving up', + 'applies vertical velocity to flipper when moving up', (game) async { final bloc = _MockFlipperCubit(); whenListen(