From b8356f5e2eb17227f9bd80c358a6e67fa10dcdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 27 Sep 2012 15:40:58 +0200 Subject: [PATCH] Fix bad copy and paste in mapoptions tests --- test/spec/ol/mapoptions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/mapoptions.test.js b/test/spec/ol/mapoptions.test.js index e1ef3d2e72..58e8d202b5 100644 --- a/test/spec/ol/mapoptions.test.js +++ b/test/spec/ol/mapoptions.test.js @@ -83,7 +83,7 @@ describe('ol.MapOptions', function() { }); describe('set mouseWheelZoomDelta', function() { - it('create mousewheel interaction with default delta', function() { + it('create mousewheel interaction with set delta', function() { options.mouseWheelZoomDelta = 7; var interactions = ol.MapOptions.createInteractions_(options); expect(interactions.getLength()).toEqual(1);