mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-14 00:24:59 +00:00
fix broken test
This commit is contained in:
parent
163776b182
commit
5c37439dbb
@ -15,7 +15,7 @@ func TestIdEquals(t *testing.T) {
|
|||||||
t.Error("expected id1 to equal id2, but actually not")
|
t.Error("expected id1 to equal id2, but actually not")
|
||||||
}
|
}
|
||||||
|
|
||||||
if !id1.String() != id2.String() {
|
if id1.String() != id2.String() {
|
||||||
t.Error(id1.String(), " != ", id2.String())
|
t.Error(id1.String(), " != ", id2.String())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user