Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 17, 2024
1 parent 0dd73cf commit 0013bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/tests/unit/io/test_hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,8 @@ def test_hive_predicate_dates_14712(

@pytest.mark.skipif(sys.platform != "win32", reason="Test is only for Windows paths")
@pytest.mark.write_disk
def test_hive_windows_path_separator(tmp_path: Path) -> None:
def test_hive_windows_splits_on_forward_slashes(tmp_path: Path) -> None:
# Note: This needs to be an absolute path.
tmp_path = tmp_path.resolve()
path = f"{tmp_path}/a=1/b=1/c=1/d=1/e=1"
Path(path).mkdir(exist_ok=True, parents=True)
Expand Down

0 comments on commit 0013bf1

Please sign in to comment.