Skip to content

Commit c635112

Browse files
committed
test: fix
1 parent 989bd47 commit c635112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn max_depth_0() {
9797
assert_eq!(
9898
stderr,
9999
text_block! {
100-
"error: invalid value '0' for '--max-depth <MAX_DEPTH>': number would be zero for non-zero type"
100+
r#"error: invalid value '0' for '--max-depth <MAX_DEPTH>': Value is neither "inf" nor a positive integer: number would be zero for non-zero type"#
101101
""
102102
"For more information, try '--help'."
103103
}

0 commit comments

Comments
 (0)