From ebd48d406e182ad8e3f1b41756170f9ba0f01cc1 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 Nov 2022 20:12:56 +0100 Subject: [PATCH] Fix unit tests --- tests/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.rs b/tests/tests.rs index a99e975..e07dc23 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -1481,7 +1481,7 @@ fn test_exec_batch() { &["foo", "--exec-batch", "echo", "{}", "{}"], "error: Only one placeholder allowed for batch commands\n\ \n\ - Usage: fd-find [OPTIONS] [PATTERN] [PATH]...\n\ + Usage: fd-find [OPTIONS] [pattern] [path]...\n\ \n\ For more information try '--help'\n\ ", @@ -1501,7 +1501,7 @@ fn test_exec_batch() { &["foo", "--exec-batch", "echo {}"], "error: First argument of exec-batch is expected to be a fixed executable\n\ \n\ - Usage: fd-find [OPTIONS] [PATTERN] [PATH]...\n\ + Usage: fd-find [OPTIONS] [pattern] [path]...\n\ \n\ For more information try '--help'\n\ ",