Fix cron test

This commit is contained in:
Phillip Thelen
2019-07-30 18:58:21 +02:00
parent ebd41a3163
commit 5917b1a0e1

View File

@@ -1232,7 +1232,7 @@ describe('cron', () => {
cron({user, tasksByType, daysMissed, analytics});
expect(user.history.exp).to.have.lengthOf(1);
expect(user.history.exp[0].value).to.equal(150);
expect(user.history.exp[0].value).to.equal(25);
});
it('increments perfect day achievement if all (at least 1) due dailies were completed', () => {