remove unwanted addition

This commit is contained in:
Loay 2016-06-16 01:51:19 -04:00
parent 979fff5a54
commit 60046cc79f
1 changed files with 1 additions and 1 deletions

View File

@ -1520,7 +1520,7 @@ describe('User', function() {
it('Requires email address to reset password - promise variant', function(done) {
User.resetPassword({ })
.then(function() {
throw new Error ('Error should NOT be thrown');
throw new Error('Error should NOT be thrown');
})
.catch(function(err) {
assert(err);