Skip to content

Commit 766c249

Browse files
committed
fix tests
1 parent a9eefe7 commit 766c249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/test/cli_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void main() {
157157
await expectLater(
158158
proc.stderr,
159159
emitsInOrder([
160-
'Could not find an option named "bob".',
160+
'Could not find an option named "--bob".',
161161
...LineSplitter.split(_usage),
162162
]),
163163
);
@@ -193,7 +193,7 @@ void main() {
193193
await expectLater(
194194
proc.stderr,
195195
emitsInOrder([
196-
'"foo" is not an allowed value for option "signature-type".',
196+
'"foo" is not an allowed value for option "--signature-type".',
197197
...LineSplitter.split(_usage),
198198
]),
199199
);

0 commit comments

Comments
 (0)