We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fa43b commit 04f757eCopy full SHA for 04f757e
tests/Smokescreen/test_compartment_3.py
@@ -35,7 +35,7 @@ def test_compartment_3(page: Page) -> None:
35
logging.error(f"Error executing stored procedures: {str(e)}")
36
raise
37
38
- # (STEP 5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
+ # (STEP- 5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
39
# Verify subject event status based on normal or abnormal classification
40
for nhs_number, is_normal in zip(nhs_numbers, normal_flags):
41
expected_status = "S2 - Normal" if is_normal else "A8 - Abnormal" # S2 for normal, A8 for abnormal
0 commit comments