test: fix flaky test

pull/358/head
alestiago 3 years ago
parent 50a3097077
commit 242809086a

@ -69,6 +69,7 @@ void main() {
'adds GameBonus.androidSpaceship to the game '
'when android spacehship has a bonus',
setUp: (game, tester) async {
await game.onLoad();
final behavior = AndroidSpaceshipBonusBehavior();
final parent = AndroidAcres.test();
final androidSpaceship = AndroidSpaceship(position: Vector2.zero());

Loading…
Cancel
Save