Skip to content

Commit

Permalink
[fix]UT
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Oct 24, 2024
1 parent 7392d62 commit cb8a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mapboxgl/mapping/WebMapSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('mapboxgl_WebMap', () => {
}
);
datavizWebmap.on('addlayerssucceeded', ({ layers }) => {
expect(layers.length).toBe(2);
expect(layers[0].layerType).toBe('ZXY_TILE');
done();
});
});
Expand Down

0 comments on commit cb8a907

Please sign in to comment.