diff --git a/test/game/components/controlled_ball_test.dart b/test/game/components/controlled_ball_test.dart index 262ffc0e..c763fb8b 100644 --- a/test/game/components/controlled_ball_test.dart +++ b/test/game/components/controlled_ball_test.dart @@ -38,7 +38,7 @@ void main() { ); }); - group('PlungerBallController', () { + group('LaunchedBallController', () { group('lost', () { late GameBloc gameBloc; late Ball ball;