Skip to content

Commit 91acf11

Browse files
committed
Revert unnecessary test change
1 parent 7ca8999 commit 91acf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/tests/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
def test_get_include():
2929
include_dir = pa.get_include()
30-
assert os.path.exists(os.path.join(include_dir, 'arrow', 'python', 'api.h'))
30+
assert os.path.exists(os.path.join(include_dir, 'arrow', 'api.h'))
3131

3232

3333
@pytest.mark.skipif('sys.platform != "win32"')

0 commit comments

Comments
 (0)