mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-27 14:29:08 -04:00
remove test case for next
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user