update test descriptions to match export paths

This commit is contained in:
raiyni
2018-02-13 09:42:55 -06:00
parent b2d920bbf1
commit 378b73150a
9 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import {lineStringLength, linearRingLength} from '../../../../../src/ol/geom/fla
describe('ol.geom.flat.length', function() {
describe('ol.geom.flat.length.lineString', function() {
describe('ol.geom.flat.length.lineStringLength', function() {
describe('stride = 2', function() {
const flatCoords = [0, 0, 1, 0, 1, 1, 0, 1];
@@ -66,7 +66,7 @@ describe('ol.geom.flat.length', function() {
});
});
describe('ol.geom.flat.length.linearRing', function() {
describe('ol.geom.flat.length.linearRingLength', function() {
it('calculates the total length of a simple linearRing', function() {
const flatCoords = [0, 0, 1, 0, 1, 1, 0, 1];