diff --git a/tests/test_core.py b/tests/test_core.py index fab1dea..ac69c14 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -144,9 +144,7 @@ def test_missing_xml_template_file(self): self.csv_file_path, ) self.assertIn( - """ -Error: XML template 'tests/data/non_existent_template.xml' does not exist. -""", + "Error: XML template 'tests/data/non_existent_template.xml' does not exist.", log.output[0], )