refactor: modified exists test

pull/6/head
alestiago 4 years ago
parent a75dc53513
commit 32d88e717c

@ -48,7 +48,7 @@ void main() {
final ball = Ball(position: Vector2.zero()); final ball = Ball(position: Vector2.zero());
await game.ensureAdd(ball); await game.ensureAdd(ball);
expect(ball.body.fixtures.length, equals(1)); expect(ball.body.fixtures[0], isA<Fixture>());
}, },
); );

Loading…
Cancel
Save