Skip to content

Commit dc78521

Browse files
Fixed spelling
1 parent 5fd87b1 commit dc78521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/subject_demographics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def update_subject_dob(self, nhs_no: str, younger_subject: bool) -> None:
3636
start_date = datetime.today() - relativedelta(years=100)
3737
date = self.random_datetime(start_date, end_date)
3838

39-
logging.info(f"Navigating to subject demogprahic page for: {nhs_no}")
39+
logging.info(f"Navigating to subject demographic page for: {nhs_no}")
4040
BasePage(self.page).click_main_menu_link()
4141
BasePage(self.page).go_to_screening_subject_search_page()
4242
SubjectScreeningPage(self.page).click_demographics_filter()

0 commit comments

Comments
 (0)