Use the same spelling used elsewhere
This commit is contained in:
@@ -708,7 +708,7 @@ describe('ol.interaction.Modify', function() {
|
|||||||
collection.remove(features[0]);
|
collection.remove(features[0]);
|
||||||
expect(function() {
|
expect(function() {
|
||||||
simulateEvent('pointerup', -10, -10, null, 0);
|
simulateEvent('pointerup', -10, -10, null, 0);
|
||||||
}).to.not.throwError();
|
}).to.not.throwException();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user