Corrected test description

This commit is contained in:
Tim Schaub
2016-10-11 13:55:37 -06:00
parent 309b2145cf
commit 0d686fe88b

View File

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