make it clear it is exported for testing
This commit is contained in:
@@ -649,7 +649,7 @@ describe('Mail API', function () {
|
||||
|
||||
describe('aliases', function () {
|
||||
after(function (done) {
|
||||
mail.removeMailboxes(DOMAIN_0.domain, function (error) {
|
||||
mail._removeMailboxes(DOMAIN_0.domain, function (error) {
|
||||
if (error) return done(error);
|
||||
done();
|
||||
});
|
||||
@@ -726,7 +726,7 @@ describe('Mail API', function () {
|
||||
|
||||
describe('mailinglists', function () {
|
||||
after(function (done) {
|
||||
mail.removeMailboxes(DOMAIN_0.domain, function (error) {
|
||||
mail._removeMailboxes(DOMAIN_0.domain, function (error) {
|
||||
if (error) return done(error);
|
||||
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user