diff --git a/test/user.test.js b/test/user.test.js index e880df7f..dc8c2b2a 100644 --- a/test/user.test.js +++ b/test/user.test.js @@ -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);