From 2184509155f06bfecfc670d39baf9973ef28eab9 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Tue, 3 May 2022 17:15:08 +0200 Subject: [PATCH] test: adde ball assets to forest tests --- .../behaviors/flutter_forest_bonus_behavior_test.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart b/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart index 09e38482..9daa9036 100644 --- a/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart +++ b/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart @@ -18,14 +18,14 @@ class _MockGameBloc extends Mock implements GameBloc {} void main() { TestWidgetsFlutterBinding.ensureInitialized(); - final assets = [ - theme.Assets.images.dash.ball.keyName, - theme.Assets.images.dash.ball.keyName, - ]; group('FlutterForestBonusBehavior', () { late GameBloc gameBloc; - final assets = [Assets.images.dash.animatronic.keyName]; + final assets = [ + Assets.images.dash.animatronic.keyName, + theme.Assets.images.dash.ball.keyName, + theme.Assets.images.dash.ball.keyName, + ]; setUp(() { gameBloc = _MockGameBloc();