From f1569acadae9c0fef4e4360ab43e249dc64be54a Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Mon, 10 Oct 2022 17:58:13 -0500 Subject: [PATCH] Just testing stuff --- tests/tests.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.bats b/tests/tests.bats index d175f70..49fa968 100644 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -3,9 +3,9 @@ } @test "search with no results" { - run ! target/debug/mist search 'nonexistent' + target/debug/mist search 'nonexistent' } @test "list with no results" { - run ! target/debug/mist list 'nonexistent' + target/debug/mist list 'nonexistent' } \ No newline at end of file