Skip to content

Commit f83cff9

Browse files
committed
fix
1 parent 903788e commit f83cff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/tests/test_serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,4 +849,4 @@ class ClassA(object):
849849
# objects.
850850
for obj in recursive_objects:
851851
with pytest.raises(Exception):
852-
pyarrow.serialize(obj).deserialize()
852+
pa.serialize(obj).deserialize()

0 commit comments

Comments
 (0)