Skip to content

Commit b0b816f

Browse files
committed
tests pass again
1 parent ec4842f commit b0b816f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_endpoint_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ def test_parallel_write(self):
11551155
futures.append(
11561156
executor.submit(
11571157
self.api.data_objects.write,
1158-
bytes=e[1] * count,
1158+
bytes_=e[1] * count,
11591159
offset=e[0] * count,
11601160
stream_index=e[0],
11611161
parallel_write_handle=handle,

0 commit comments

Comments
 (0)