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