mirror of
https://github.com/qwjyh/xdbm
synced 2024-12-04 20:41:04 +09:00
fix(test): for commit 7e043a652c
This commit is contained in:
parent
7e043a652c
commit
24f1356685
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue