Skip to content

Commit

Permalink
Just testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Oct 10, 2022
1 parent fc9864c commit dceb933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
}

@test "search with no results" {
run ! target/debug/mist search 'nonexistent'
run target/debug/mist search 'nonexistent'
}

@test "list with no results" {
run ! target/debug/mist list 'nonexistent'
run target/debug/mist list 'nonexistent'
}

0 comments on commit dceb933

Please sign in to comment.