diff --git a/test/spec/ol/interaction/modify.test.js b/test/spec/ol/interaction/modify.test.js index 518ef187fc..ed51f51ec5 100644 --- a/test/spec/ol/interaction/modify.test.js +++ b/test/spec/ol/interaction/modify.test.js @@ -708,7 +708,7 @@ describe('ol.interaction.Modify', function() { collection.remove(features[0]); expect(function() { simulateEvent('pointerup', -10, -10, null, 0); - }).to.not.throwError(); + }).to.not.throwException(); }); });