Skip to content

Commit

Permalink
fix test comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 1, 2023
1 parent ecb8f46 commit 290f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyobis/occurrences/test_occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_occurrences_search_61():
q1 = occurrences.search(mof=True, **TEST_QUERY).execute()
q2 = occurrences.search(mof=False, **TEST_QUERY).execute()

assert type(q1) == type(q2)
assert isinstance(q1, q2)


@pytest.mark.vcr()
Expand Down

0 comments on commit 290f5cd

Please sign in to comment.