Skip to content

Commit

Permalink
tests: shore up support for windows in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Jun 20, 2024
1 parent 1680068 commit 3f30ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/marshal/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
path=dict(
given_type=pathlib.Path,
given_input=pathlib.Path("/path/to/file"),
expected_output="/path/to/file",
expected_output=str(pathlib.Path("/path/to/file")),
),
decimal=dict(
given_type=decimal.Decimal,
Expand Down

0 comments on commit 3f30ec5

Please sign in to comment.