Skip to content

Commit 9426d67

Browse files
committed
【ut】fix UT name
1 parent 51347c3 commit 9426d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/maplibregl/overlay/GraphMapSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '../../resources/KnowledgeGraphService';
55
var knowledgegraphURL = `http://fake:8090/iserver/services/knowledgeGraph-test/restjsr/graph`;
66
var knowledgegraphmapURL = knowledgegraphURL + '/graphmaps/xxx图谱';
77

8-
describe('GraphMap leaflet', () => {
8+
describe('GraphMap maplibregl', () => {
99
var originalTimeout;
1010
var dom;
1111
beforeAll(() => {

test/maplibregl/overlay/symbol/CompositeSymbolRenderSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import CompositeSymbolRender from '../../../../src/maplibregl/overlay/symbol/CompositeSymbolRender';
2-
describe('mapboxgl_symbol_CompositeSymbolRender', () => {
2+
describe('maplibregl_symbol_CompositeSymbolRender', () => {
33
var testDiv, map, handler;
44
beforeAll(() => {
55
testDiv = window.document.createElement('div');

test/maplibregl/overlay/symbol/WebSymbolSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {WebSymbol} from '../../../../src/maplibregl/overlay/symbol/WebSymbol';
22
import maplibregl from 'maplibre-gl';
33
var url = GlobeParameter.ChinaURL + '/zxyTileImage.png?z={z}&x={x}&y={y}';
4-
describe('mapboxgl_WebSymbol', () => {
4+
describe('maplibregl_WebSymbol', () => {
55
var originalTimeout;
66
var testDiv, map;
77
beforeAll(() => {

0 commit comments

Comments
 (0)