Skip to content

Commit 70f67e9

Browse files
committed
Addressing review comments
1 parent eb5bc56 commit 70f67e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/screening_subject_search/diagnostic_test_outcome_page.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def select_test_outcome_option(self, option: str) -> None:
2828
"""Select an option from the Outcome of Diagnostic Test dropdown.
2929
3030
Args:
31-
option (str): option (str): The option to select from the Outcome Of Diagnostic Test options.
31+
option (str): option (str): The option to select from the Outcome Of Diagnostic Test options.
3232
"""
3333
self.test_outcome_dropdown.select_option(option)
3434

@@ -40,7 +40,7 @@ def click_save_button(self) -> None:
4040
class OutcomeOfDiagnosticTest(StrEnum):
4141
"""Enum for outcome of diagnostic test options."""
4242

43-
Failed_Test_Refer_Another = "20363"
44-
Refer_Symptomatic = "20366"
45-
Refer_Surveillance = "20365"
46-
Investigation_Complete = "20360"
43+
FAILED_TEST_REFER_ANOTHER = "20363"
44+
REFER_SYMPTOMATIC = "20366"
45+
REFER_SURVEILLANCE = "20365"
46+
INVESTIGATION_COMPLETE = "20360"

0 commit comments

Comments
 (0)