test: changed horizontal to vertical

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/444/head
Alejandro Santiago 3 years ago committed by GitHub
parent 45b878106d
commit a3384a0cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ void main() {
}); });
flameTester.test( flameTester.test(
'applies horizontal velocity to flipper when moving down', 'applies vertical velocity to flipper when moving down',
(game) async { (game) async {
final bloc = _MockFlipperCubit(); final bloc = _MockFlipperCubit();
final streamController = StreamController<FlipperState>(); final streamController = StreamController<FlipperState>();
@ -78,7 +78,7 @@ void main() {
); );
flameTester.test( flameTester.test(
'applies horizontal velocity to flipper when moving up', 'applies vertical velocity to flipper when moving up',
(game) async { (game) async {
final bloc = _MockFlipperCubit(); final bloc = _MockFlipperCubit();
whenListen( whenListen(

Loading…
Cancel
Save