Skip to content

Commit 7fd7660

Browse files
committed
Fixed windows
1 parent c4802db commit 7fd7660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/util/test_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,6 @@ def test_datapath_missing(datapath, request):
851851
with pytest.raises(ValueError):
852852
datapath('not_a_file')
853853

854-
result = datapath('data/iris.csv')
854+
result = datapath('data', 'iris.csv')
855855
expected = os.path.join('pandas', 'tests', 'data', 'iris.csv')
856856
assert result == expected

0 commit comments

Comments
 (0)