Skip to content

Commit 9107041

Browse files
committed
test: Update expected error messages
1 parent 7bdce0d commit 9107041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cli_errors.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn min_ratio_1() {
6969
text_block! {
7070
"error: Invalid value \"1\" for '--min-ratio <MIN_RATIO>': greater than or equal to 1"
7171
""
72-
"For more information try --help"
72+
"For more information try '--help'"
7373
}
7474
);
7575
assert_eq!(&stdout, &[] as &[u8]);
@@ -98,7 +98,7 @@ fn max_depth_0() {
9898
text_block! {
9999
"error: Invalid value \"0\" for '--max-depth <MAX_DEPTH>': number would be zero for non-zero type"
100100
""
101-
"For more information try --help"
101+
"For more information try '--help'"
102102
}
103103
);
104104
assert_eq!(&stdout, &[] as &[u8]);

0 commit comments

Comments
 (0)