Skip to content

Commit b22eb10

Browse files
authored
Update combine_ways.test.js
1 parent 30c18c6 commit b22eb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/combine_ways.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe.each([
7373
'<way id="2"><nd ref="2"/><nd ref="4"/></way>',
7474
'<way id="3"><nd ref="2"/><nd ref="3"/></way>',
7575
'<way id="4"><nd ref="1"/><nd ref="3"/></way>',
76-
], 1, 3, 'Combining 4 open ways into 1 closed & 1 remaining open way',
76+
], 1, 4, 'Combining 4 open ways into 1 closed & 1 remaining open way',
7777
],
7878
])('Combine Ways', (ways, length, nodes, description) => {
7979
test(`${description}`, () => {

0 commit comments

Comments
 (0)