From 2fcd465eaad347ceae947172bc6fa3dc66fa4a6d Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Fri, 1 Apr 2022 14:13:23 +0200 Subject: [PATCH] Update test/game/components/spaceship_exit_rail_test.dart Co-authored-by: Alejandro Santiago --- test/game/components/spaceship_exit_rail_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/game/components/spaceship_exit_rail_test.dart b/test/game/components/spaceship_exit_rail_test.dart index dfec8513..f8f361b9 100644 --- a/test/game/components/spaceship_exit_rail_test.dart +++ b/test/game/components/spaceship_exit_rail_test.dart @@ -31,6 +31,8 @@ void main() { when(() => fixture.filterData).thenReturn(filterData); }); + // TODO(alestiago): Make ContactCallback private and use `beginContact` + // instead. group('SpaceshipExitHoleBallContactCallback', () { setUp(() { when(() => ball.priority).thenReturn(1);