We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55308f commit 6bd9c99Copy full SHA for 6bd9c99
test/common/iServer/MapServiceSpec.js
@@ -39,7 +39,7 @@ describe('MapService', function () {
39
it('success:processAsync', function (done) {
40
var getMapService = initMapService_RegisterListener();
41
expect(getMapService).not.toBeNull();
42
- expect(getMapService.url).toEqual(worldMapURL + ".json");
+ expect(getMapService.url).toEqual(worldMapURL);
43
getMapService.processAsync();
44
setTimeout(function () {
45
try {
0 commit comments