Skip to content

Commit

Permalink
Fix test: it seems that the outcome is not really predictable
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Jul 20, 2021
1 parent aca1580 commit 781adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_06_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_query_order_one_to_many_duplicate(client, recwarn):
assert "investigationUsers" in str(w.message)
print(str(query))
res = client.search(query)
assert len(res) == 5
assert len(res) > 3
assert set(res) == set(reference)

def test_query_order_one_to_many_missing(client, recwarn):
Expand Down

0 comments on commit 781adec

Please sign in to comment.