This commit is contained in:
aligeti 2019-07-12 14:12:02 -04:00 committed by GitHub
parent daa3b32ee2
commit 3a01106ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,6 @@ func TestUsers(t *testing.T) {
Name: "John Doe",
Description: "some description",
UsageLimit: int64(1000),
PartnerID: testrand.UUID(),
CreatedAt: time.Now(),
})
require.NoError(t, err)