From 1f120ddaa7a71e777dffcf7e26053ce0e3d26274 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Wed, 23 Mar 2022 20:46:38 +0100 Subject: [PATCH] Update test/game/components/spaceship_exit_rail_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/spaceship_exit_rail_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/spaceship_exit_rail_test.dart b/test/game/components/spaceship_exit_rail_test.dart index a77d85d1..936aeeb2 100644 --- a/test/game/components/spaceship_exit_rail_test.dart +++ b/test/game/components/spaceship_exit_rail_test.dart @@ -6,7 +6,7 @@ import 'package:pinball/game/game.dart'; import '../../helpers/helpers.dart'; void main() { - group('Spaceship', () { + group('SpaceshipExitRail', () { late Filter filterData; late Fixture fixture; late Body body;