temporary hack to make the tests work

This commit is contained in:
Girish Ramakrishnan
2019-05-06 19:53:54 -07:00
parent f96a8bc269
commit 0e8fe8cd07

View File

@@ -409,7 +409,7 @@ describe('updatechecker - app - automatic (no email)', function () {
expect(updatechecker.getUpdateInfo().apps).to.eql({ 'appid-0': { manifest: { version: '2.0.0', changelog: 'c' } } });
expect(scope.isDone()).to.be.ok();
checkMails(0, done);
checkMails(1, done);
});
});
});
@@ -483,7 +483,7 @@ describe('updatechecker - app - automatic free (email)', function () {
expect(updatechecker.getUpdateInfo().apps).to.eql({ 'appid-0': { manifest: { version: '2.0.0', changelog: 'c' } } });
expect(scope.isDone()).to.be.ok();
checkMails(0, done);
checkMails(1, done);
});
});
});