Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jun 24, 2024
1 parent abe942e commit ff03596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@ def test_non_cpu_array():
# Supported
arr.validate()
arr.validate(full=True)
assert arr.offset() == 0
assert arr.offset == 0
assert arr.buffers() == [None, cuda_data_buf]
assert arr.device_type == pa.DeviceAllocationType.CUDA
assert arr.is_cpu is False
Expand Down

0 comments on commit ff03596

Please sign in to comment.