Skip to content

Commit 28f8d36

Browse files
linting fixed.
1 parent 7c7d9c5 commit 28f8d36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/services/calculators/test_eligibility_calculator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ 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: list[str], iteration_cohorts: list[str], test_comment: str):
57+
def test_base_eligible_with_when_magic_cohort_is_present(
58+
faker: Faker, person_cohorts: list[str], iteration_cohorts: list[str], test_comment: str
59+
):
5860
# Given
5961
nhs_number = NHSNumber(faker.nhs_number())
6062
date_of_birth = DateOfBirth(faker.date_of_birth(minimum_age=76, maximum_age=79))

0 commit comments

Comments
 (0)