diff --git a/test/game/components/scoring_behavior_test.dart b/test/game/components/scoring_behavior_test.dart index 1fdc3ccf..8b57d655 100644 --- a/test/game/components/scoring_behavior_test.dart +++ b/test/game/components/scoring_behavior_test.dart @@ -93,7 +93,7 @@ void main() { ); flameBlocTester.testGameWidget( - "adds a ScoreText component at Ball's position with points", + "adds a ScoreComponent at Ball's position with points", setUp: (game, tester) async { const points = Points.oneMillion; final scoringBehavior = ScoringBehavior(points: points);