Skip to content

Commit 07812b4

Browse files
committed
test
1 parent b40660a commit 07812b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Smokescreen/test_compartment_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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-
# (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
3838
# Verify subject event status based on normal or abnormal classification
3939
for nhs_number, is_normal in zip(nhs_numbers, normal_flags):
4040
expected_status = "S2 - Normal" if is_normal else "A8 - Abnormal" # S2 for normal, A8 for abnormal

0 commit comments

Comments
 (0)