Skip to content

Commit

Permalink
Update test_duckduckgo_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored May 17, 2023
1 parent e068065 commit b8856aa
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 @@ -30,9 +30,9 @@ def test_videos():
counter = 0
for i, x in enumerate(results_gen):
counter += 1
if i >= 75:
if i >= 40:
break
assert counter >= 75
assert counter >= 40


def test_news():
Expand Down

0 comments on commit b8856aa

Please sign in to comment.