File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments