fix linting and correctly save collect quests progress

This commit is contained in:
Matteo Pagliazzi
2016-04-13 20:03:26 +02:00
parent 471657c013
commit 2458f92e1b
4 changed files with 10 additions and 7 deletions

View File

@@ -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();