Skip to content

Commit 5c114a9

Browse files
authored
update test expectation for newer versions of package:args (#3901)
update test expectation for newer versions of package:args
1 parent 9d9b00c commit 5c114a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/options_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class Foo {}
632632
throwsA(isA<ArgParserException>().having(
633633
(e) => e.toString(),
634634
'toString',
635-
contains('Could not find an option named "nonexistent".'),
635+
contains('Could not find an option named'),
636636
)),
637637
);
638638
}

0 commit comments

Comments
 (0)