Fix typo in tests
This commit is contained in:
@@ -451,7 +451,7 @@ describe('ol.tilegrid.TileGrid', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('getTileCoordExent', function() {
|
describe('getTileCoordExtent', function() {
|
||||||
it('returns the expected extend', function() {
|
it('returns the expected extend', function() {
|
||||||
var tileGrid = new ol.tilegrid.TileGrid({
|
var tileGrid = new ol.tilegrid.TileGrid({
|
||||||
resolutions: resolutions,
|
resolutions: resolutions,
|
||||||
|
|||||||
Reference in New Issue
Block a user