Update test/game/components/scoring_behavior_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/276/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent f7f96c52aa
commit 4dde224c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save