Browse Source

update test

master
jojoliang 4 years ago
parent
commit
27cd02789e
  1. 3
      object_test.go

3
object_test.go

@ -564,7 +564,6 @@ func TestObjectService_Upload2(t *testing.T) {
} }
} }
/*
func TestObjectService_Download(t *testing.T) { func TestObjectService_Download(t *testing.T) {
setup() setup()
defer teardown() defer teardown()
@ -637,7 +636,7 @@ func TestObjectService_Download(t *testing.T) {
t.Fatalf("Object.Upload returned error: %v", err) t.Fatalf("Object.Upload returned error: %v", err)
} }
} }
*/
func TestObjectService_DownloadWithCheckPoint(t *testing.T) { func TestObjectService_DownloadWithCheckPoint(t *testing.T) {
setup() setup()
defer teardown() defer teardown()

Loading…
Cancel
Save