mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
Fix cron test
This commit is contained in:
parent
ebd41a3163
commit
5917b1a0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue