Skip to content

Commit d40b8c3

Browse files
committed
formatting issues
1 parent af8bdde commit d40b8c3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

tests/regression/notes/test_additional_care_notes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def test_add_additional_care_note_for_subject_with_existing_note(
186186
f"Title and note matched the provided values. Title: '{note_title}', Note: '{note_text}'."
187187
)
188188

189-
190189
@pytest.mark.regression
191190
@pytest.mark.note_tests
192191
def test_identify_subject_with_additional_care_note(

tests/regression/organisation/test_organisation_and_site_details.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
from pages.base_page import BasePage
55
from pages.organisations import organisations_and_site_details
66
from pages.organisations.organisations_page import OrganisationsPage
7-
from pages.organisations.organisations_and_site_details import OrganisationsAndSiteDetails
8-
from pages.organisations.list_all_organisations import ListAllOrganisations, OrganisationType
7+
from pages.organisations.organisations_and_site_details import (
8+
OrganisationsAndSiteDetails,
9+
)
10+
from pages.organisations.list_all_organisations import (
11+
ListAllOrganisations,
12+
OrganisationType,
13+
)
914
from utils.user_tools import UserTools
1015

1116

@@ -31,4 +36,3 @@ def test_check_list_all_organisations_page(page) -> None:
3136
OrganisationsPage(page).go_to_organisations_and_site_details_page()
3237
OrganisationsAndSiteDetails(page).go_to_list_all_organisations()
3338
ListAllOrganisations(page).select_organisation_type_option(OrganisationType.ICB)
34-

0 commit comments

Comments
 (0)