Skip to content

Commit 6bd9c99

Browse files
committed
fix UT
1 parent f55308f commit 6bd9c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/iServer/MapServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('MapService', function () {
3939
it('success:processAsync', function (done) {
4040
var getMapService = initMapService_RegisterListener();
4141
expect(getMapService).not.toBeNull();
42-
expect(getMapService.url).toEqual(worldMapURL + ".json");
42+
expect(getMapService.url).toEqual(worldMapURL);
4343
getMapService.processAsync();
4444
setTimeout(function () {
4545
try {

0 commit comments

Comments
 (0)