Fix bad copy and paste in mapoptions tests

This commit is contained in:
Éric Lemoine
2012-09-27 15:40:58 +02:00
parent d2f9ebae41
commit b8356f5e2e

View File

@@ -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);