Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
ad462860e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/serial/string_test.go

+ 1 - 1
common/serial/string_test.go

@@ -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 {