Skip to content

Commit

Permalink
update test expectation for newer versions of package:args (#3901)
Browse files Browse the repository at this point in the history
update test expectation for newer versions of package:args
  • Loading branch information
devoncarew authored Oct 8, 2024
1 parent 9d9b00c commit 5c114a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/options_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class Foo {}
throwsA(isA<ArgParserException>().having(
(e) => e.toString(),
'toString',
contains('Could not find an option named "nonexistent".'),
contains('Could not find an option named'),
)),
);
}
Expand Down

0 comments on commit 5c114a9

Please sign in to comment.