Skip to content

Commit

Permalink
More test output
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1978 committed Aug 26, 2024
1 parent d211575 commit 8ee0ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def test_schema():
os.path.join(os.path.dirname(__file__), 'data', '*.archive.yaml')
)
for test_file in test_files:
entry_archive = parse(test_file)[0]
entry_archive = parse(test_file)[0], test_file
normalize_all(entry_archive)

0 comments on commit 8ee0ac1

Please sign in to comment.