Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Mar 1, 2024
1 parent e148160 commit 24ea6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def test_default_xpath_registry():
def test_eforms_xpath_registry():
xpath_registry = EformsXPathRegistry()
assert isinstance(xpath_registry.xpath_notice_type, str)
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']"
assert xpath_registry.xpath_notice_type == ".//cbc:NoticeTypeCode"

0 comments on commit 24ea6bd

Please sign in to comment.