We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf516a commit 6ddcb1cCopy full SHA for 6ddcb1c
test/building.test.js
@@ -325,13 +325,13 @@ test('Part must be within outline', () => {
325
<node id="5" lat="0" lon=".001"/>
326
<node id="6" lat=".0001" lon=".001"/>
327
<node id="7" lat=".0001" lon="0.005"/>
328
- <way id="1">
+ <way id="11">
329
<nd ref="1"/>
330
<nd ref="2"/>
331
<nd ref="3"/>
332
<tag k="building" v="apartments"/>
333
</way>
334
- <way id="2">
+ <way id="22">
335
<nd ref="4"/>
336
<nd ref="5"/>
337
<nd ref="6"/>
@@ -340,7 +340,7 @@ test('Part must be within outline', () => {
340
341
</osm>
342
`;
343
- expect(new Building('1', data).parts.length).toBe(0);
+ expect(new Building('11', data).parts.length).toBe(0);
344
});
345
346
window.printError = printError;
0 commit comments