fix: preload assets for pinball page test

pull/204/head
Allison Ryan 3 years ago
parent 1be30ebd25
commit 4c60bafeb2

@ -16,7 +16,8 @@ void main() {
late ThemeCubit themeCubit; late ThemeCubit themeCubit;
late GameBloc gameBloc; late GameBloc gameBloc;
setUp(() { setUp(() async {
await Future.wait<void>(game.preLoadAssets());
themeCubit = MockThemeCubit(); themeCubit = MockThemeCubit();
gameBloc = MockGameBloc(); gameBloc = MockGameBloc();

Loading…
Cancel
Save