Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Jan 14, 2025
1 parent 561d3c2 commit d280d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_parse_file():
archive = EntryArchive()
parser.parse('tests/data/test_one.csv', archive, logging.getLogger())

assert archive.name == 'And'
assert archive.data.name == 'test'

0 comments on commit d280d4f

Please sign in to comment.