Fix test typo

This commit is contained in:
Szabo Bogdan
2020-03-26 19:00:13 +01:00
parent c3d9ac6265
commit fbe7b0bd78

View File

@@ -141,7 +141,7 @@ describe('ol.layer.Vector', function() {
}),
new Feature({
geometry: new Point([1000000, 0]),
name: 'feture2'
name: 'feature2'
})
]
})