Skip to content

Commit

Permalink
Fix test for changing package:args output (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Oct 15, 2024
1 parent 8e8a836 commit 1c06a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/test/runner/runner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $_usage''');
test('an invalid option is passed', () async {
var test = await runTest(['--asdf']);
expectStderrEquals(test, '''
Could not find an option named "asdf".
Could not find an option named "--asdf".
$_usage''');
await test.shouldExit(exit_codes.usage);
Expand Down

0 comments on commit 1c06a0d

Please sign in to comment.