mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
@@ -158,7 +158,7 @@ func TestGetCompleteMultipartMD5(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, test := range testCases {
|
||||
result, err := getCompleteMultipartMD5(test.parts...)
|
||||
result, err := getCompleteMultipartMD5(test.parts)
|
||||
if result != test.expectedResult {
|
||||
t.Fatalf("test %d failed: expected: result=%v, got=%v", i+1, test.expectedResult, result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user