From 7c8b2215d4f506c84f351b3c4a7d02da06a9f25a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 29 Sep 2019 07:05:48 -0600 Subject: [PATCH] Remove unused code --- test/spec/ol/interaction/draw.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/spec/ol/interaction/draw.test.js b/test/spec/ol/interaction/draw.test.js index 8cce06f919..8c6f89b900 100644 --- a/test/spec/ol/interaction/draw.test.js +++ b/test/spec/ol/interaction/draw.test.js @@ -390,7 +390,6 @@ describe('ol.interaction.Draw', function() { simulateEvent('pointerup', 60, 70); const features = source.getFeatures(); - // expect(features).to.have.length(1); const geometry = features[0].getGeometry(); expect(geometry).to.be.a(LineString); expect(geometry.getCoordinates()).to.eql(