Skip to content

Commit

Permalink
Update test_linkedIn_job_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tapas-joshi committed Sep 17, 2024
1 parent 4185a23 commit b841416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linkedIn_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_apply_jobs_with_jobs(mocker, job_manager):
job_manager.apply_jobs()

# Assertions
assert job_manager.driver.find_elements.call_count == 1
assert job_manager.driver.find_elements.call_count == 3
# Called for each job element
assert job_manager.extract_job_information_from_tile.call_count == 2
# Called for each job element
Expand Down

0 comments on commit b841416

Please sign in to comment.