diff --git a/test/spec/ol/format/wfsformat.test.js b/test/spec/ol/format/wfsformat.test.js index 89cf3e4aae..613bf245a3 100644 --- a/test/spec/ol/format/wfsformat.test.js +++ b/test/spec/ol/format/wfsformat.test.js @@ -331,11 +331,11 @@ describe('ol.format.WFS', function() { describe('when writing out a Transaction request', function() { var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml'; - before(function (done) { - afterLoadText(filename, function (xml) { - text = xml; - done(); - } + before(function(done) { + afterLoadText(filename, function(xml) { + text = xml; + done(); + } ); });