From ab2897e06da90ddd1d4152167257cc8d2f6ee6a6 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Thu, 5 May 2022 10:41:35 -0300 Subject: [PATCH] fix rebase --- test/helpers/test_games.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/helpers/test_games.dart b/test/helpers/test_games.dart index afb70514..6bb39e2d 100644 --- a/test/helpers/test_games.dart +++ b/test/helpers/test_games.dart @@ -76,7 +76,7 @@ class EmptyPinballTestGame extends PinballTestGame { AppLocalizations? l10n, }) : super( assets: assets, - audio: audio, + player: player, theme: theme, l10n: l10n ?? _MockAppLocalizations(), ); @@ -93,7 +93,7 @@ class EmptyKeyboardPinballTestGame extends PinballTestGame with HasKeyboardHandlerComponents { EmptyKeyboardPinballTestGame({ List? assets, - PinballAudio? audio, + PinballPlayer? player, CharacterTheme? theme, AppLocalizations? l10n, }) : super(