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 631be60 commit 9ec27a1Copy full SHA for 9ec27a1
tests/Smokescreen/test_compartment_3.py
@@ -32,7 +32,7 @@ def test_compartment_3(page: Page) -> None:
32
except Exception as e:
33
logging.error(f"Error executing stored procedures: {str(e)}")
34
raise
35
- # (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
36
# Verify subject event status based on normal or abnormal classification
37
for nhs_number, is_normal in zip(nhs_numbers, normal_flags):
38
expected_status = "S2 - Normal" if is_normal else "A8 - Abnormal" # S2 for normal, A8 for abnormal
0 commit comments