Fix tests semi eslint rule [MAILPOET-1030]

This commit is contained in:
stoletniy
2017-09-04 09:28:47 +03:00
committed by pavel-mailpoet
parent ec44b84cc9
commit 998795e0e0
6 changed files with 9 additions and 10 deletions

View File

@ -54,7 +54,7 @@ define([
expect(json.subject).to.equal('some subject');
expect(json.preheader).to.equal('some preheader');
expect(json).to.not.include.keys('segments', 'modified_at', 'someField');
})
});
});
});