Skip to content

Commit b089fcc

Browse files
authored
Update combine_ways.test.js
1 parent 96e23ce commit b089fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/combine_ways.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ describe.each([
7878
[
7979
[
8080
'<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>',
81-
'<way id="2"><nd ref="3"/><nd ref="1"/></way>',
81+
'<way id="2"><nd ref="3"/><nd ref="5"/><nd ref="1"/></way>',
8282
'<way id="3"><nd ref="3"/><nd ref="4"/><nd ref="1"/></way>',
83-
], 1, 5, 'Dealing with amiguity',
83+
], 1, 5, 'Dealing with amiguity. Only make one closed way',
8484
],
8585
])('Combine Ways', (ways, length, nodes, description) => {
8686
test(`${description}`, () => {

0 commit comments

Comments
 (0)