Enable go1.10.1 version (#5666)

This commit is contained in:
Harshavardhana
2018-04-06 11:07:39 -07:00
committed by Dee Koder
parent 2f20d90465
commit 73f7a98590
7 changed files with 7 additions and 7 deletions

View File

@@ -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", ""},