Skip to content

Commit

Permalink
Call .as_posix() for Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Oct 21, 2020
1 parent cc50803 commit e34f58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_partitioned_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def test_malformed_versioned_path(self, tmp_path):
)

pattern = re.escape(
f"`{path}` is not a well-formed versioned path ending with "
f"`{path.as_posix()}` is not a well-formed versioned path ending with "
"`filename/timestamp/filename` (got `version/partition/"
"file`)."
)
Expand Down

0 comments on commit e34f58b

Please sign in to comment.