Skip to content

Commit

Permalink
Update test_schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadsb authored Jul 5, 2024
1 parent 65e96fe commit 0d99670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/schema_packages/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


def test_schema():
test_file = os.path.join('tests', 'data', 'test.archive.yaml')
test_file = os.path.join('tests', 'data', 'semtest.archive.yaml')
entry_archive = parse(test_file)[0]
normalize_all(entry_archive)

assert entry_archive.data.message == 'Hello Markus!'
assert entry_archive.data.message == 'Hello Sabine!'

0 comments on commit 0d99670

Please sign in to comment.