mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Enable go1.10.1 version (#5666)
This commit is contained in:
committed by
Dee Koder
parent
2f20d90465
commit
73f7a98590
@@ -139,7 +139,7 @@ func TestGetCompleteMultipartMD5(t *testing.T) {
|
||||
expectedErr string
|
||||
}{
|
||||
// Wrong MD5 hash string
|
||||
{[]CompletePart{{ETag: "wrong-md5-hash-string"}}, "", "encoding/hex: odd length hex string"},
|
||||
{[]CompletePart{{ETag: "wrong-md5-hash-string"}}, "", "encoding/hex: invalid byte: U+0077 'w'"},
|
||||
|
||||
// Single CompletePart with valid MD5 hash string.
|
||||
{[]CompletePart{{ETag: "cf1f738a5924e645913c984e0fe3d708"}}, "10dc1617fbcf0bd0858048cb96e6bd77-1", ""},
|
||||
|
||||
Reference in New Issue
Block a user