mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-19 03:59:11 -04:00
fix test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user