From 24f13566854805b0bd3105642554b9ba34a48a37 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 2 Dec 2024 02:59:34 +0900 Subject: [PATCH] fix(test): for commit 7e043a652ca7a9c48582e8a7ed784715d3eaa1aa --- tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli.rs b/tests/cli.rs index 3407c86..fe9a837 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -563,7 +563,7 @@ mod integrated_test { .success() .stdout( predicate::str::contains("nas") - .and(predicate::str::contains("second")) + .and(predicate::str::contains("second").not()) .and(predicate::str::contains("foodoc").not()), );