Skip to content

Commit

Permalink
modify limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
blue442 committed Nov 13, 2023
1 parent 329afcc commit d2da7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_search_limit():
ds = f.search(q, limit=100)

assert isinstance(ds, list)
assert len(ds) == 25
assert len(ds) < 101

# assert ds.iloc[0]['name'] is not None
assert ds[0].dc["titles"][0]["title"] is not None
Expand Down

0 comments on commit d2da7da

Please sign in to comment.