From e49ce543a4c4a4a5dfd19d462fd0ea91d1b2ca74 Mon Sep 17 00:00:00 2001 From: rattai Date: Tue, 4 Aug 2015 20:00:59 -0400 Subject: [PATCH] shorten long line --- test/spec/ol/source/imagewmssource.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/source/imagewmssource.test.js b/test/spec/ol/source/imagewmssource.test.js index 7e697e9d4e..556f487286 100644 --- a/test/spec/ol/source/imagewmssource.test.js +++ b/test/spec/ol/source/imagewmssource.test.js @@ -155,7 +155,7 @@ describe('ol.source.ImageWMS', function() { expect(imageLoadFunction.calledWith(image, image.src_)).to.be(true); }); - it('returns the same image for consecutive calls with the same args', function() { + it('returns same image for consecutive calls with same args', function() { var extent = [10.01, 20, 30.01, 40]; var source = new ol.source.ImageWMS(options); var image1 = source.getImage(extent, resolution, pixelRatio, projection);