Skip to content

Commit 554b726

Browse files
authored
Update combine_ways.test.js
1 parent de4fb7a commit 554b726

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
@@ -90,7 +90,7 @@ describe('Combine Ways', () => {
9090
'<way id="2"><nd ref="3"/><nd ref="4"/></way>',
9191
'<way id="3"><nd ref="4"/><nd ref="1"/></way>',
9292
'<way id="4"><nd ref="2"/><nd ref="3"/></way>',
93-
], 1, 4, 'Test combining 4 ways'
93+
], 1, 4, 'Test combining 4 ways',
9494
],
9595
])('${description}', (ways, length, nodes, description) => {
9696
let parser = new window.DOMParser();

0 commit comments

Comments
 (0)