We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e148160 commit 24ea6bdCopy full SHA for 24ea6bd
1 file changed
tests/unit/notice_metadata_processor/test_xpath_registry.py
@@ -11,5 +11,5 @@ def test_default_xpath_registry():
11
def test_eforms_xpath_registry():
12
xpath_registry = EformsXPathRegistry()
13
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']"
+ assert xpath_registry.xpath_notice_subtype_first == ".//ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode[@listName='notice-subtype']"
15
assert xpath_registry.xpath_notice_type == ".//cbc:NoticeTypeCode"
0 commit comments