mirror of https://github.com/v2ray/v2ray-core
fix broken test
parent
163776b182
commit
5c37439dbb
|
@ -15,7 +15,7 @@ func TestIdEquals(t *testing.T) {
|
|||
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())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue