Revert "Fix tests: we do not send mails anymore"

This reverts commit 7c72cd4399.
This commit is contained in:
Johannes Zellner
2017-01-27 08:07:59 -08:00
parent 2abd42096e
commit f6a9e1f4d8

View File

@@ -129,7 +129,7 @@ describe('updatechecker - checkBoxUpdates', function () {
expect(!error).to.be.ok();
expect(updatechecker.getUpdateInfo().box.version).to.be('2.0.0');
checkMails(0, done);
checkMails(1, done);
});
});
@@ -182,7 +182,7 @@ describe('updatechecker - checkBoxUpdates', function () {
updatechecker.checkBoxUpdates(function (error) {
expect(!error).to.be.ok();
expect(updatechecker.getUpdateInfo().box.version).to.be('2.0.0-pre0');
checkMails(0, done);
checkMails(1, done);
});
});
});