mirror of https://gitee.com/antv-l7/antv-l7
fix: 修复 ExtrudePolyLine 对应的单元测试逻辑
This commit is contained in:
parent
02a181a406
commit
9d2e91853a
|
@ -18,6 +18,6 @@ describe('extrude polyline', () => {
|
|||
coord[1] = lat;
|
||||
});
|
||||
const mesh = extrude.extrude(coords);
|
||||
expect(mesh.indices.length).toBe(12);
|
||||
expect(mesh.indices.length).toBe(6);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue