mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix linting and correctly save collect quests progress
This commit is contained in:
@@ -61,7 +61,7 @@ describe('emails', () => {
|
||||
sandbox.stub(logger, 'error');
|
||||
|
||||
let attachEmail = require(pathToEmailLib);
|
||||
let promise = attachEmail.send();
|
||||
attachEmail.send();
|
||||
expect(sendMailSpy).to.be.calledOnce;
|
||||
deferred.reject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user