Skip to content

Commit

Permalink
test: update string to match with the current implementation
Browse files Browse the repository at this point in the history
clap-rs/clap#4602 changed the start of the error messages to lower case.
Since the change is trivial, I included this into the same PR.

Ref.: clap-rs/clap#4602
  • Loading branch information
0x6b authored and mgruner committed Mar 16, 2023
1 parent 960847b commit 48910a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn test_translate() {
.code(2)
.stdout(predicate::eq(""))
.stderr(predicate::str::contains(
"error: The following required arguments were not provided:",
"error: the following required arguments were not provided:",
));

// STDIN/STDOUT
Expand Down

0 comments on commit 48910a5

Please sign in to comment.