Skip to content

Commit

Permalink
Fix test for first entry serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Mar 31, 2024
1 parent 93187e5 commit f1de282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ def test_convert_example_archives(archive_path, tmp_path):
for key in ("id", "type", "relationships"):
assert next_entry[key] == first_entry[key]

json.dumps(first_entry["attributes"]) == json.dumps(
assert json.dumps(first_entry["attributes"]) == json.dumps(
next_entry["attributes"]
)

0 comments on commit f1de282

Please sign in to comment.