remove test case for next

pull/1059/head
Darien Raymond 7 years ago
parent 67c7d6da4a
commit e5122a4c2d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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…
Cancel
Save