Skip to content

Commit

Permalink
touched up windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 15, 2023
1 parent 68bdab9 commit c7bf402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileformats/core/tests/test_test_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_sample():
def test_mock():
mock = Foo.mock()
if platform.system() == "Windows":
expected_root = Path().cwd().drive
expected_root = Path(Path().cwd().drive)
else:
expected_root = Path("/")
assert mock.fspath == expected_root / "mock" / "foo.foo"
Expand Down

0 comments on commit c7bf402

Please sign in to comment.