Fix test indentation

This commit is contained in:
Tautvidas Sipavičius
2017-08-24 13:40:46 +03:00
parent dcb0b45c21
commit df499095c4

View File

@ -172,12 +172,12 @@ define([
it('saves newsletter when clicked on "next" button', function() {
var spy = sinon.spy(),
module = SaveInjector({
'newsletter_editor/components/communication': {
saveNewsletter: function() {
return jQuery.Deferred();
}
}
});
'newsletter_editor/components/communication': {
saveNewsletter: function() {
return jQuery.Deferred();
}
}
});
global.stubChannel(EditorApplication, {
trigger: spy
});