Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Sep 15, 2023
1 parent a2e113c commit 187849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/version_solver_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ void sdkConstraint() {
error: equalsIgnoringWhitespace('''
Because myapp requires the Flutter SDK, version solving failed.
Flutter users should run `flutter pub` instead of `dart pub`.
Flutter users should use `flutter pub` instead of `dart pub`.
'''),
);
});
Expand Down

0 comments on commit 187849d

Please sign in to comment.