Skip to content

Commit 84eb46a

Browse files
authored
Update diagnose.test.js
1 parent caa56ea commit 84eb46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diagnose.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ test('Diagnose Skillion Issue', async() => {
9595
const building = new Building('201181659', innerData);
9696
expect(building.id).toBe('201181659');
9797
const urlBase = 'https://api.openstreetmap.org/api/0.6/';
98-
expect(global.fetch.mock.calls[0][0]).toBe(urlBase + 'relation/42/full');
98+
expect(global.fetch.mock.calls[0][0]).toBe(urlBase + 'way/201181659/full');
9999
expect(global.fetch.mock.calls[1][0]).toBe(urlBase + 'map?bbox=30.4980057,59.9380365,30.4993839,59.9385087');
100100
});

0 commit comments

Comments
 (0)