Skip to content

Commit

Permalink
updating download test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Oct 4, 2024
1 parent 62bc311 commit 601ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-occurrences-download_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_lookup_predicates(self):
self.assertEqual(req.payload["predicate"]["type"], "or")

# predicate addition
req.add_predicate("YEAR", "2000", ">=")
req.add_predicate_dict({"type":"greaterThanOrEquals","key":"YEAR", "value":"2000"})
self.assertEqual(
req.payload["predicate"]["predicates"][0]["type"], "greaterThanOrEquals"
)
Expand Down

0 comments on commit 601ded8

Please sign in to comment.