Skip to content

Commit 8062054

Browse files
committed
newline
1 parent 2cda009 commit 8062054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/reports/operational/test_subjects_to_be_invited_with_temporary_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ def _remove_a_temp_address(page: Page) -> None:
274274
def _update_temp_address(page: Page, temp_address) -> None:
275275
logging.info(f"Updating Temporary address : {temp_address}.")
276276
demographic_page = SubjectDemographicPage(page)
277-
demographic_page.update_temporary_address(temp_address)
277+
demographic_page.update_temporary_address(temp_address)

0 commit comments

Comments
 (0)