Skip to content

Commit 0d061d6

Browse files
committed
fix ci review by sunxiaoyu
1 parent 9fbbd84 commit 0d061d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openlayers/services/OverlayAnalysisSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('openlayers_SpatialAnalystService_overlayAnalysis', () => {
2828
expect(method).toBe("POST");
2929
expect(testUrl).toBe(sampleServiceUrl + "/datasets/BaseMap_R@Jingjin/overlay.json?returnContent=true");
3030
var paramsObj = JSON.parse(params.replace(/'/g, "\""));
31-
expect(paramsObj.operateDataset).toBe("BaseMap_R@Jingjin");
31+
expect(paramsObj.operateDataset).toBe("Neighbor_R@Jingjin");
3232
expect(paramsObj.operation).toBe("UNION");
3333
expect(options).not.toBeNull();
3434
return Promise.resolve(new Response(overlayEscapedJson));

0 commit comments

Comments
 (0)