Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b515475

Browse files
committedJan 7, 2022
fix tests
1 parent cd37069 commit b515475

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/main.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,10 @@ $"#,
628628
cmd.assert()
629629
.failure()
630630
.code(1)
631-
.stdout("")
632-
.stderr(predicate::str::contains(
631+
.stdout(predicate::str::contains(
633632
"\
634633
USAGE:
635-
hyperlink [FLAGS] [OPTIONS] [base-path] [SUBCOMMAND]\
634+
hyperlink [OPTIONS] [BASE_PATH] [SUBCOMMAND]\
636635
",
637636
));
638637
}

0 commit comments

Comments
 (0)
Please sign in to comment.