Fix failing tests

This commit is contained in:
Girish Ramakrishnan
2019-01-04 10:04:28 -08:00
parent b9daa62ece
commit 635557ca45
6 changed files with 8 additions and 6 deletions

View File

@@ -455,8 +455,7 @@ describe('Users API', function () {
.end(function (error, result) {
expect(result.statusCode).to.equal(201);
// two mails for user creation
checkMails(2, done);
done();
});
});
});