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