mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
remove test case for next
This commit is contained in:
parent
67c7d6da4a
commit
e5122a4c2d
@ -69,11 +69,3 @@ func TestEquals(t *testing.T) {
|
|||||||
uuid3 := New()
|
uuid3 := New()
|
||||||
assert(uuid.Equals(&uuid3), IsFalse)
|
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
Block a user