Skip to content

Commit

Permalink
seq:fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-sh committed Dec 14, 2024
1 parent f869213 commit f77e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_seq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ fn test_parse_error_hex() {
new_ucmd!()
.arg("0xlmnop")
.fails()
.usage_error("invalid hexadecimal argument: '0xlmnop'");
.usage_error("invalid floating point argument: '0xlmnop'");
}

#[test]
Expand Down

0 comments on commit f77e2b0

Please sign in to comment.