Skip to content

Commit

Permalink
Fix patrol_cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Oct 16, 2024
1 parent d7da267 commit dd5bdc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void main() {
final result = await commandRunner.run(['--bar']);
expect(result, equals(1));
verify(
() => logger.err('Could not find an option named "bar".'),
() => logger.err('Could not find an option named "--bar".'),
).called(1);
verify(
() => logger.info(commandRunner.usageWithoutDescription),
Expand Down

0 comments on commit dd5bdc8

Please sign in to comment.