Skip to content

Commit 7c7d9c5

Browse files
Update tests/unit/services/calculators/test_eligibility_calculator.py
Co-authored-by: Simon B <[email protected]>
1 parent f0ce5f7 commit 7c7d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/services/calculators/test_eligibility_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_not_base_eligible(faker: Faker):
5454
([], ["elid_all_people"], "Only magic cohort present without "),
5555
],
5656
)
57-
def test_base_eligible_with_when_magic_cohort_is_present(faker: Faker, person_cohorts, iteration_cohorts, test_comment):
57+
def test_base_eligible_with_when_magic_cohort_is_present(faker: Faker, person_cohorts: list[str], iteration_cohorts: list[str], test_comment: str):
5858
# Given
5959
nhs_number = NHSNumber(faker.nhs_number())
6060
date_of_birth = DateOfBirth(faker.date_of_birth(minimum_age=76, maximum_age=79))

0 commit comments

Comments
 (0)