fix: awaited test

pull/212/head
alestiago 3 years ago
parent 9b43edb52e
commit 1ef699db79

@ -17,6 +17,8 @@ void main() {
'renders correctly',
setUp: (game, tester) async {
await game.addFromBlueprint(SpaceshipRail());
await game.ready();
game.camera.followVector2(Vector2.zero());
game.camera.zoom = 8;
},

Loading…
Cancel
Save