Skip to content

Commit 311af07

Browse files
Megha PrasannanMegha Prasannan
authored andcommitted
test
1 parent af05501 commit 311af07

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
@@ -32,7 +32,7 @@ def test_compartment_3(page: Page) -> None:
3232
except Exception as e:
3333
logging.error(f"Error executing stored procedures: {str(e)}")
3434
raise
35-
# (STEP 5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
35+
# (STEP - 5) Check the results of the processed FIT kits have correctly updated the status of the associated subjects
3636
# Verify subject event status based on normal or abnormal classification
3737
for nhs_number, is_normal in zip(nhs_numbers, normal_flags):
3838
expected_status = "S2 - Normal" if is_normal else "A8 - Abnormal" # S2 for normal, A8 for abnormal

0 commit comments

Comments
 (0)