Skip to content

Commit bea36e3

Browse files
NRL-1050 Fix naming of functions
1 parent 9f6e2ce commit bea36e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

layer/nrlf/core/tests/test_validators.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,7 @@ def test_validate_category_coding_display_mismatch_observations():
502502
}
503503

504504

505-
# TODO: FIX name of this test to multiple codings
506-
def test_validate_category_coding_invalid_code():
505+
def test_validate_category_coding_multiple_codings():
507506
validator = DocumentReferenceValidator()
508507
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
509508

@@ -549,8 +548,7 @@ def test_validate_category_coding_invalid_code():
549548
}
550549

551550

552-
# TODO: FIX name of this test to invalid code
553-
def test_validate_category_coding_multiple_codings():
551+
def test_validate_category_coding_invalid_code():
554552
validator = DocumentReferenceValidator()
555553
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
556554

0 commit comments

Comments
 (0)