Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jul 1, 2020
1 parent 86663c0 commit fbc4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/hooks/sdtdlogs/LoggingObject.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('LoggingObject', function () {
};
await loggingObject.handleCompletedJob(job, JSON.stringify(result));
expect(await sails.helpers.redis.get(`sdtdserver:${sails.testServer.id}:sdtdLogs:lastSuccess`)).to.equal('1588296005000');
expect(loggingObject.lastLogLine).to.equal(10);
expect(loggingObject.lastLogLine).to.equal(11);
expect(loggingObject.emptyResponses).to.equal(1);
});
});
Expand Down

0 comments on commit fbc4f33

Please sign in to comment.