Update test/game/components/spaceship_exit_rail_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/79/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 1f120ddaa7
commit ecb649070b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ void main() {
verify(() => ball.priority = 1).called(1);
});
test('re order the game children', () {
test('reorders the game children', () {
when(() => hole.outsideLayer).thenReturn(Layer.board);
SpaceshipExitHoleBallContactCallback().begin(

Loading…
Cancel
Save