mirror of https://github.com/v2ray/v2ray-core
remove test case for next
parent
67c7d6da4a
commit
e5122a4c2d
|
@ -69,11 +69,3 @@ func TestEquals(t *testing.T) {
|
|||
uuid3 := New()
|
||||
assert(uuid.Equals(&uuid3), IsFalse)
|
||||
}
|
||||
|
||||
func TestNext(t *testing.T) {
|
||||
assert := With(t)
|
||||
|
||||
uuid := New()
|
||||
uuid2 := uuid.Next()
|
||||
assert(uuid.Equals(&uuid2), IsFalse)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue