We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0d3b4 commit f72ff7bCopy full SHA for f72ff7b
layer/nrlf/core/tests/test_validators.py
@@ -598,6 +598,7 @@ def test_validate_category_coding_invalid_system():
598
"expression": ["category[0].coding[0].system"],
599
}
600
601
+
602
def test_validate_content_extension_too_many_extensions():
603
validator = DocumentReferenceValidator()
604
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
@@ -638,6 +639,7 @@ def test_validate_content_extension_too_many_extensions():
638
639
"expression": ["content[0].extension"],
640
641
642
643
def test_validate_author_too_many_authors():
644
645
0 commit comments