Skip to content

Commit b40660a

Browse files
committed
testing verified GPG key
1 parent 04f757e commit b40660a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Smokescreen/test_compartment_3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def test_compartment_3(page: Page) -> None:
3434
except Exception as e:
3535
logging.error(f"Error executing stored procedures: {str(e)}")
3636
raise
37-
38-
# (STEP- 5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
37+
# (STEP-5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
3938
# Verify subject event status based on normal or abnormal classification
4039
for nhs_number, is_normal in zip(nhs_numbers, normal_flags):
4140
expected_status = "S2 - Normal" if is_normal else "A8 - Abnormal" # S2 for normal, A8 for abnormal

0 commit comments

Comments
 (0)