Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 2, 2024
1 parent 7327794 commit bb31991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_mdto_voorbeelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def serialization_chain(xmlfile: str) -> str:
to_xml().
Args:
xmlfile: the xmlfile to run the chain on
xmlfile (str): the xmlfile to run the chain on
Returns:
str: the re-serailized XML, as a string
Expand Down Expand Up @@ -98,3 +98,5 @@ def test_serialization_chain_bestand(voorbeeld_bestand_xml):

# Ensure the serialized XML matches the original
assert output_xml == original_xml


0 comments on commit bb31991

Please sign in to comment.