Fix tolerance typo

This commit is contained in:
Andreas Hocevar
2020-12-06 22:12:13 +01:00
parent b6eb429f77
commit ed3c45d3f8

View File

@@ -1084,7 +1084,7 @@ describe('ol.interaction.Modify', function () {
simulateEvent('pointerdrag', 30, -5, null, 0);
simulateEvent('pointerup', 30, -5, null, 0);
expect(circleFeature.getGeometry().getRadius()).to.roughlyEqual(25, 1e9);
expect(circleFeature.getGeometry().getRadius()).to.roughlyEqual(25, 1e-9);
expect(circleFeature.getGeometry().getCenter()).to.eql([5, 5]);
// Increase radius along y axis