diff --git a/test/user.js b/test/user.js index b0ed748..9ad5805 100644 --- a/test/user.js +++ b/test/user.js @@ -765,7 +765,7 @@ describe('User', function () { }); }); - it('should return false if user/group does not exists', function (done) { + it('should return false if user/group does not exist', function (done) { socketUser.exists({uid: testUid}, {username: 'doesnot exist'}, function (err, exists) { assert.ifError(err); assert(!exists);