Skip to content

Commit

Permalink
tests: fixed browser search test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 26, 2024
1 parent 4aaf202 commit a106d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_browser():
def test_search_google():
results = search("test", "google")
print(results)
assert "```results" in results
assert "1." in results


@pytest.mark.slow
Expand Down

0 comments on commit a106d5c

Please sign in to comment.