Skip to content

Commit

Permalink
Resolved PR comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-newman-nasa committed Apr 29, 2024
1 parent 18eb0b4 commit ea20c7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ def test_get_all_more_than_2k(self):
self.assertEqual(
len(granules), int(self.cassette.responses[0]["headers"]["CMR-Hits"][0])
)
self.assertEqual(
len(granules),
min(3000, int(self.cassette.responses[0]["headers"]["CMR-Hits"][0])),
)
self.assertTrue(unique_results(granules))

def test_collections_less_than_2k(self):
Expand Down

0 comments on commit ea20c7c

Please sign in to comment.