mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Cleanup: mispell fixes
This commit is contained in:
committed by
Harshavardhana
parent
0b4bbe6d9e
commit
20ca65c793
@@ -22,7 +22,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Wrapper for calling NewMultipartUpload tests for both XL muliple disks and single node setup.
|
||||
// Wrapper for calling NewMultipartUpload tests for both XL multiple disks and single node setup.
|
||||
func TestObjectNewMultipartUpload(t *testing.T) {
|
||||
ExecObjectLayerTest(t, testObjectNewMultipartUpload)
|
||||
}
|
||||
@@ -66,7 +66,7 @@ func testObjectNewMultipartUpload(obj ObjectLayer, instanceType string, t *testi
|
||||
}
|
||||
}
|
||||
|
||||
// Wrapper for calling isUploadIDExists tests for both XL muliple disks and single node setup.
|
||||
// Wrapper for calling isUploadIDExists tests for both XL multiple disks and single node setup.
|
||||
func TestObjectAPIIsUploadIDExists(t *testing.T) {
|
||||
ExecObjectLayerTest(t, testObjectAPIIsUploadIDExists)
|
||||
}
|
||||
@@ -96,7 +96,7 @@ func testObjectAPIIsUploadIDExists(obj ObjectLayer, instanceType string, t *test
|
||||
}
|
||||
}
|
||||
|
||||
// Wrapper for calling PutObjectPart tests for both XL muliple disks and single node setup.
|
||||
// Wrapper for calling PutObjectPart tests for both XL multiple disks and single node setup.
|
||||
func TestObjectAPIPutObjectPart(t *testing.T) {
|
||||
ExecObjectLayerTest(t, testObjectAPIPutObjectPart)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user