Skip to content

Commit de4fb7a

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

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
@@ -94,7 +94,7 @@ describe('Combine Ways', () => {
9494
],
9595
])('${description}', (ways, length, nodes, description) => {
9696
let parser = new window.DOMParser();
97-
xml = [];
97+
const xml = [];
9898
for (const way of ways){
9999
xml.push(parser.parseFromString(way, 'text/xml').getElementsByTagName('way')[0]);
100100
}

0 commit comments

Comments
 (0)