pull/191/head
arturplaczek 3 years ago
parent 5ed717bd93
commit 7d866bce1f

@ -160,6 +160,10 @@ void main() {
}); });
group('PinballGameView', () { group('PinballGameView', () {
setUp(() async {
await Future.wait<void>(game.preLoadAssets());
});
testWidgets('renders game and a hud', (tester) async { testWidgets('renders game and a hud', (tester) async {
final gameBloc = MockGameBloc(); final gameBloc = MockGameBloc();
whenListen( whenListen(

Loading…
Cancel
Save