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(