Skip to content

Commit be2443d

Browse files
committed
Addressing format errors
1 parent 3cc6d63 commit be2443d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/screening_subject_search/diagnostic_test_outcome_page.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def __init__(self, page: Page):
2121
def verify_diagnostic_test_outcome(self, outcome_name: str) -> None:
2222
"""Verify that the diagnostic test outcome is visible."""
2323
expect(self.test_outcome_result).to_be_visible()
24-
2524

2625
def select_test_outcome_option(self, option: str) -> None:
2726
"""Select an option from the Outcome of Diagnostic Test dropdown."""
@@ -38,4 +37,4 @@ class OutcomeOfDiagnosticTest(StrEnum):
3837
Failed_Test_Refer_Another = "20363"
3938
Refer_Symptomatic = "20366"
4039
Refer_Surveillance = "20365"
41-
Investigation_Complete='20360'
40+
Investigation_Complete = "20360"

0 commit comments

Comments
 (0)