Skip to content

Commit

Permalink
tests: outputting XML with spaces is now handled by to_xml()
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 5, 2024
1 parent bdfbb16 commit f5c3e7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_mdto_voorbeelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def serialization_chain(xmlfile: str) -> str:
# Serialize back to XML
output_tree = object.to_xml()

# MDTO uses tabs instead of spaces
ET.indent(output_tree, space="\t")

return (
ET.tostring(
output_tree.getroot(),
Expand Down

0 comments on commit f5c3e7f

Please sign in to comment.