This commit is contained in:
parent
1c60bc77b4
commit
9dba4d1019
3 changed files with 5 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ defmodule Mv.Membership.FuzzySearchTest do
|
|||
ids = Enum.map(result, & &1.id)
|
||||
assert thomas.id in ids
|
||||
refute jane.id in ids
|
||||
assert length(ids) >= 1
|
||||
assert not Enum.empty?(ids)
|
||||
end
|
||||
|
||||
test "empty query returns all members" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue