Use the same spelling used elsewhere

This commit is contained in:
Tim Schaub
2019-09-29 07:37:45 -05:00
parent 1260dfc153
commit d2b25533c2

View File

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