Skip to content

Commit

Permalink
【fix】UT
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Oct 27, 2023
1 parent a1b92a8 commit 1172b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/openlayers/mapping/InitMapSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('openlayers_InitMap', () => {
it('initialize', () => {
spyOn(FetchRequest, 'get').and.callFake((url) => {
if (url.indexOf('World') > -1) {
return Promise.resolve(new Response(mapInfo));
return Promise.resolve(new Response(mapInfo_1));
}
return Promise.resolve();
});
Expand Down

0 comments on commit 1172b84

Please sign in to comment.