()
| 182 | } |
| 183 | |
| 184 | func (ts *UserTestSuite) createUser() *User { |
| 185 | return ts.createUserWithEmail("david@netlify.com") |
| 186 | } |
| 187 | |
| 188 | func (ts *UserTestSuite) createUserWithEmail(email string) *User { |
| 189 | user, err := NewUser(uuid.Nil, email, "secret", "test", nil) |
no test coverage detected