Skip to content

Commit 9ab6dc6

Browse files
More SonarQube duplication fixes
1 parent 6f1eb63 commit 9ab6dc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_16.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,22 +479,22 @@ def test_scenario_16(page: Page) -> None:
479479
{
480480
"location": EndoscopyLocationOptions.ANASTOMOSIS,
481481
"classification": PolypClassificationOptions.IP,
482-
"estimate of whole polyp size": "11",
483482
"polyp access": PolypAccessOptions.EASY,
483+
"estimate of whole polyp size": "11",
484484
"left in situ": YesNoOptions.NO,
485485
},
486486
{
487487
"location": EndoscopyLocationOptions.CAECUM,
488488
"classification": PolypClassificationOptions.LST_NG,
489-
"estimate of whole polyp size": "5",
490489
"polyp access": PolypAccessOptions.EASY,
490+
"estimate of whole polyp size": "5",
491491
"left in situ": YesNoOptions.NO,
492492
},
493493
{
494494
"location": EndoscopyLocationOptions.HEPATIC_FLEXURE,
495495
"classification": PolypClassificationOptions.LST_NG,
496-
"estimate of whole polyp size": "21",
497496
"polyp access": PolypAccessOptions.EASY,
497+
"estimate of whole polyp size": "21",
498498
"left in situ": YesNoOptions.NO,
499499
},
500500
]
@@ -533,8 +533,8 @@ def test_scenario_16(page: Page) -> None:
533533
# I update histology details for polyps 1-3 with the following fields and values within the Investigation Dataset for this subject:
534534
polyp_histology = [
535535
{
536-
"date of receipt": datetime.today(),
537536
"date of reporting": datetime.today(),
537+
"date of receipt": datetime.today(),
538538
"pathology provider": 1,
539539
"pathologist": 1,
540540
"polyp type": PolypTypeOptions.ADENOMA,
@@ -545,8 +545,8 @@ def test_scenario_16(page: Page) -> None:
545545
"polyp carcinoma": YesNoUncertainOptions.NO,
546546
},
547547
{
548-
"date of receipt": datetime.today(),
549548
"date of reporting": datetime.today(),
549+
"date of receipt": datetime.today(),
550550
"pathology provider": 1,
551551
"pathologist": 1,
552552
"polyp type": PolypTypeOptions.ADENOMA,

0 commit comments

Comments
 (0)