pull/1366/head
Darien Raymond 2018-11-02 15:50:41 +01:00
parent 815c7f09ba
commit ad462860e2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func TestToString(t *testing.T) {
{Value: s, String: s},
{Value: &s, String: s},
{Value: errors.New("t"), String: "t"},
{Value: []byte{'b', 'c'}, String: "[62,63]"},
{Value: []byte{'b', 'c'}, String: "[98 99]"},
}
for _, c := range data {