Skip to content

Commit 5df26b3

Browse files
authored
Update gabledroofbug.test.js
1 parent dbd77d3 commit 5df26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ test('Test downloading type=building with multipolygon outline and multiple inne
173173
expect(global.fetch).toHaveBeenCalledTimes(3);
174174
expect(global.fetch.mock.calls[0][0]).toBe('https://api.openstreetmap.org/api/0.6/relation/42/full');
175175
expect(global.fetch.mock.calls[1][0]).toBe('https://api.openstreetmap.org/api/0.6/relation/40/full');
176-
expect(global.fetch.mock.calls[2][0]).toBe('/map');
176+
expect(global.fetch.mock.calls[2][0]).toBe('https://api.openstreetmap.org/api/0.6/map?bbox=30.4980057,59.9380365,30.4993839,59.9385087');
177177
});
178178

179179
beforeEach(() => {

0 commit comments

Comments
 (0)