mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-18 03:29:12 -04:00
fix broken test
This commit is contained in:
@@ -32,7 +32,7 @@ func TestParseString(t *testing.T) {
|
||||
|
||||
uuid, err := ParseString(str)
|
||||
common.Must(err)
|
||||
if r := cmp.Diff(expectedBytes, uuid.Bytes); r != "" {
|
||||
if r := cmp.Diff(expectedBytes, uuid.Bytes()); r != "" {
|
||||
t.Fatal(r)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user