Skip to content

Commit

Permalink
test: remove unneeded newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 18, 2024
1 parent abc4b37 commit 365baab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_mdto_voorbeelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_serialization_chain_bestand(voorbeeld_bestand_xml):

def test_file_saving(voorbeeld_archiefstuk_xml, tmp_path_factory):
"""Test if `save()` produces byte-for-byte equivalent XML from archiefstuk example"""

# location to write to
tmpdir = tmp_path_factory.mktemp("Output")
outfile = tmpdir / "test archiefstuk.xml"
Expand Down

0 comments on commit 365baab

Please sign in to comment.