diff options
Diffstat (limited to 'tests/object_test.go')
| -rw-r--r-- | tests/object_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/object_test.go b/tests/object_test.go index c7e710f..8b5dc0e 100644 --- a/tests/object_test.go +++ b/tests/object_test.go @@ -195,7 +195,7 @@ func TestObjectCopyMove(t *testing.T) { expectObjectExistence(t, obj1, true) obj2 := c.Object("location2") - expectSuccess(t, obj1.CopyTo(obj2, nil)) + expectSuccess(t, obj1.CopyTo(obj2, nil, nil)) expectObjectExistence(t, obj1, true) expectObjectExistence(t, obj2, true) expectObjectContent(t, obj2, objectExampleContent) |
