Skip to content

Commit 8bbe249

Browse files
As per PR# 107 comments, code change is implemented.
1 parent 53da828 commit 8bbe249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/screening_subject_search/subject_episode_events_and_notes_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def validate_event_status_is_not_A50(self, event_details: dict) -> None:
8282

8383
def is_record_diagnosis_date_option_available(self) -> bool:
8484
"""
85-
Check if the 'Record Diagnosis Date' option is available on the page.
85+
Check if the 'Record Diagnosis Date' option is available on the page
8686
8787
Returns:
8888
bool: True if the option is available, False otherwise.

0 commit comments

Comments
 (0)