From d2b25533c2dcc5180b773718726300ffff17a08a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 29 Sep 2019 07:37:45 -0500 Subject: [PATCH] Use the same spelling used elsewhere --- test/spec/ol/interaction/modify.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); });