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 GameBloc gameBloc;
setUp(() {
setUp(() async {
await Future.wait<void>(game.preLoadAssets());
themeCubit = MockThemeCubit();
gameBloc = MockGameBloc();

Loading…
Cancel
Save