Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Apr 2, 2024
1 parent a2d59e7 commit b70fb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_duckduckgo_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_text_lite():


def test_images():
results = DDGS().images("airplane", max_results=140)
assert 135 <= len(results) <= 140
results = DDGS().images("flower", max_results=200)
assert 100 <= len(results) <= 200


def test_videos():
Expand Down

0 comments on commit b70fb38

Please sign in to comment.