Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTpat committed Oct 14, 2024
1 parent 0cbd725 commit 86f6b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aihawk_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_apply_jobs_no_jobs(mocker, job_manager):
job_manager.apply_jobs()

# Ensure it attempted to find the job results list
assert job_manager.driver.find_element.call_count == 1
assert job_manager.driver.find_element.call_count > 0


def test_apply_jobs_with_jobs(mocker, job_manager):
Expand Down

0 comments on commit 86f6b2c

Please sign in to comment.