From 76a3212931c19a0e9e678f336d066841dfa56122 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Fri, 1 Apr 2022 14:31:52 +0200 Subject: [PATCH] chore: formatted test file --- test/game/components/spaceship_exit_rail_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/game/components/spaceship_exit_rail_test.dart b/test/game/components/spaceship_exit_rail_test.dart index f8f361b9..edd81aab 100644 --- a/test/game/components/spaceship_exit_rail_test.dart +++ b/test/game/components/spaceship_exit_rail_test.dart @@ -31,8 +31,8 @@ void main() { when(() => fixture.filterData).thenReturn(filterData); }); - // TODO(alestiago): Make ContactCallback private and use `beginContact` - // instead. + // TODO(alestiago): Make ContactCallback private and use `beginContact` + // instead. group('SpaceshipExitHoleBallContactCallback', () { setUp(() { when(() => ball.priority).thenReturn(1);