diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-05-03 15:14:01 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-05-03 15:14:01 +0200 |
| commit | af4e8d74bfe7afd4ad65eea9d6385ca969428ed6 (patch) | |
| tree | 07f07a137d27f5d967ebe68a5bb67d779f5ef247 /tests/object_test.go | |
| parent | 8cb7c02b4294d3f596633284abc144ba98b565b8 (diff) | |
| download | go-schwift-af4e8d74bfe7afd4ad65eea9d6385ca969428ed6.tar.gz | |
fix CopyTo test
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) |
