From 48910a514b4f2f28c13caabdf7832319d974d45e Mon Sep 17 00:00:00 2001 From: kaoru Date: Thu, 16 Mar 2023 09:47:01 +0900 Subject: [PATCH] test: update string to match with the current implementation 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.: https://github.com/clap-rs/clap/pull/4602 --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 95ced39..99f5300 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -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