Skip to content

Commit 24ea6bd

Browse files
committed
fixed tests
1 parent e148160 commit 24ea6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/notice_metadata_processor/test_xpath_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ def test_default_xpath_registry():
1111
def test_eforms_xpath_registry():
1212
xpath_registry = EformsXPathRegistry()
1313
assert isinstance(xpath_registry.xpath_notice_type, str)
14-
assert xpath_registry.xpath_notice_subtype == ".//ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode[@listName='notice-subtype']"
14+
assert xpath_registry.xpath_notice_subtype_first == ".//ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode[@listName='notice-subtype']"
1515
assert xpath_registry.xpath_notice_type == ".//cbc:NoticeTypeCode"

0 commit comments

Comments
 (0)