- refactor & #41 bug fix

This commit is contained in:
Zachary Hampton
2023-09-06 16:32:51 -07:00
parent 43eb2fe0e8
commit 690739e858
7 changed files with 21 additions and 13 deletions

View File

@@ -6,4 +6,4 @@ def test_indeed():
site_name="indeed",
search_term="software engineer",
)
assert result is not None
assert result is not None and result.errors.empty is True