Skip to content

Commit f72ff7b

Browse files
committed
NRL-474 lint fix
1 parent cb0d3b4 commit f72ff7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layer/nrlf/core/tests/test_validators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ def test_validate_category_coding_invalid_system():
598598
"expression": ["category[0].coding[0].system"],
599599
}
600600

601+
601602
def test_validate_content_extension_too_many_extensions():
602603
validator = DocumentReferenceValidator()
603604
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
@@ -638,6 +639,7 @@ def test_validate_content_extension_too_many_extensions():
638639
"expression": ["content[0].extension"],
639640
}
640641

642+
641643
def test_validate_author_too_many_authors():
642644
validator = DocumentReferenceValidator()
643645
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")

0 commit comments

Comments
 (0)