add/del/update user mailbox as part of transaction

This commit is contained in:
Girish Ramakrishnan
2017-02-14 10:42:32 -08:00
parent d444d8552e
commit 330c9054b4
6 changed files with 53 additions and 49 deletions

View File

@@ -1008,7 +1008,7 @@ describe('User', function () {
it('can remove valid user', function (done) {
user.remove(userObject.id, { }, function (error) {
expect(error).to.be(null);
expect(!error).to.be.ok();
done();
});
});