From bb31991c9ee32802f0ff0515ed1ea546e5f20ab1 Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Mon, 2 Dec 2024 10:09:23 +0100 Subject: [PATCH] chore: formatting --- tests/test_mdto_voorbeelden.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_mdto_voorbeelden.py b/tests/test_mdto_voorbeelden.py index 33d9ba5..0352cbf 100644 --- a/tests/test_mdto_voorbeelden.py +++ b/tests/test_mdto_voorbeelden.py @@ -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 @@ -98,3 +98,5 @@ def test_serialization_chain_bestand(voorbeeld_bestand_xml): # Ensure the serialized XML matches the original assert output_xml == original_xml + +