Skip to content

Commit

Permalink
Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 18, 2021
1 parent de16200 commit 81d7756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_preconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_orjson(everything: Everything):
from orjson import loads as orjson_loads

converter = orjson_make_converter()
raw = orjson_dumps(r := converter.unstructure(everything))
raw = orjson_dumps(converter.unstructure(everything))
assert converter.structure(orjson_loads(raw), Everything) == everything


Expand Down

0 comments on commit 81d7756

Please sign in to comment.