mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Object layer tests revamp for individual execution (#2134)
This commit is contained in:
committed by
Harshavardhana
parent
282044d454
commit
2c837128ef
@@ -27,7 +27,7 @@ func TestGetObjectInfo(t *testing.T) {
|
||||
}
|
||||
|
||||
// Testing GetObjectInfo().
|
||||
func testGetObjectInfo(obj ObjectLayer, instanceType string, t *testing.T) {
|
||||
func testGetObjectInfo(obj ObjectLayer, instanceType string, t TestErrHandler) {
|
||||
// This bucket is used for testing getObjectInfo operations.
|
||||
err := obj.MakeBucket("test-getobjectinfo")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user