Browse Source

remove test case for next

pull/1059/head
Darien Raymond 7 years ago
parent
commit
e5122a4c2d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 8
      common/uuid/uuid_test.go

8
common/uuid/uuid_test.go

@ -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