From 0d686fe88b99d9d4baa017020ecbce4c0c8d5c11 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 11 Oct 2016 13:55:37 -0600 Subject: [PATCH] Corrected test description --- test/spec/ol/format/geojson.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/format/geojson.test.js b/test/spec/ol/format/geojson.test.js index b22bb3a71c..b2a2d6f6aa 100644 --- a/test/spec/ol/format/geojson.test.js +++ b/test/spec/ol/format/geojson.test.js @@ -154,7 +154,7 @@ describe('ol.format.GeoJSON', function() { expect(feature.get('prop0')).to.be('value0'); }); - it('can read a single point geometry as a feature feature', function() { + it('can read a single point geometry as a feature', function() { var feature = format.readFeature(pointGeoJSON.geometry); expect(feature).to.be.an(ol.Feature); var geometry = feature.getGeometry();