Skip to content

Commit

Permalink
fix(pain001): ✅ fix test_missing_xml_template_file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 19, 2024
1 parent e9a1d5d commit 50039df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
)

Expand Down

0 comments on commit 50039df

Please sign in to comment.