forked from openlp/openlp
test fix
This commit is contained in:
parent
dc1ca6c071
commit
b1d88ac4f7
@ -362,7 +362,7 @@ class TestBibleImport(TestCase):
|
||||
instance.wizard = MagicMock()
|
||||
|
||||
# WHEN: Calling parse_xml
|
||||
result = instance.parse_xml('file.tst')
|
||||
result = instance.parse_xml(Path('file.tst'))
|
||||
|
||||
# THEN: The result returned should contain the correct data, and should be an instance of eetree_Element
|
||||
assert etree.tostring(result) == b'<root>\n <data><div>Test<p>data</p><a>to</a>keep</div></data>\n' \
|
||||
|
Loading…
Reference in New Issue
Block a user