Skip to content

Commit b68b4c2

Browse files
Addressing PR comments
1 parent a5d7743 commit b68b4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/regression_tests/surveillance_regression_tests/test_surveillance_scenario_11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def test_scenario_11(page: Page, general_properties: dict) -> None:
411411
3,
412412
)
413413

414-
# And I add intervention 1 for polyp 2 with the following fields and values within the Investigation Dataset for this subject:
414+
# And I add intervention 1 for polyp 3 with the following fields and values within the Investigation Dataset for this subject:
415415
InvestigationDatasetCompletion(page).fill_polyp_x_intervention(
416416
{
417417
"modality": PolypInterventionModalityOptions.POLYPECTOMY,
@@ -424,7 +424,7 @@ def test_scenario_11(page: Page, general_properties: dict) -> None:
424424
3,
425425
)
426426

427-
# And I update histology details for polyp 2 with the following fields and values within the Investigation Dataset for this subject:
427+
# And I update histology details for polyp 3 with the following fields and values within the Investigation Dataset for this subject:
428428
InvestigationDatasetCompletion(page).fill_polyp_x_histology(
429429
{
430430
"pathology lost": YesNoOptions.YES,

0 commit comments

Comments
 (0)