Skip to content

Commit 392bf63

Browse files
fix UT
1 parent 34c63e5 commit 392bf63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/leaflet/overlay/GraphThemeLayerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require('../../../src/leaflet/overlay/GraphThemeLayer');
2-
require('../../../tool/chinaConsumptionLevel');
2+
require('../../tool/chinaConsumptionLevel');
33

44
var options = {
55
isOverLay: true

test/openlayers/overlay/GraphSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require('../../../src/openlayers/overlay/Graph');
2-
require('../../../tool/chinaConsumptionLevel');
2+
require('../../tool/chinaConsumptionLevel');
33

44
var url = GlobeParameter.China4326URL;
55
describe('openlayers_graph', function () {

0 commit comments

Comments
 (0)