Skip to content

Commit a87eacf

Browse files
committed
adjust test expectation
1 parent 29e3282 commit a87eacf

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.'),
635+
contains('Could not find an option named'),
636636
)),
637637
);
638638
}

0 commit comments

Comments
 (0)