Skip to content

Commit e749c52

Browse files
committed
Fix API test expectation
1 parent 9d6d7a6 commit e749c52

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', 'api.h'))
30+
assert os.path.exists(os.path.join(include_dir, 'arrow', 'python', 'api.h'))
3131

3232

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

0 commit comments

Comments
 (0)