Skip to content

Commit 20ec54f

Browse files
authored
Update combine_ways.test.js
1 parent 752623a commit 20ec54f

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
@@ -52,7 +52,7 @@ test('Test combining 3 ways 2->1->3', () => {
5252
test('Test combining 2 unaligned ways', () => {
5353
var way1 = '<way id="1"><nd ref="1"/><nd ref="2"/></way>';
5454
var way2 = '<way id="2"><nd ref="3"/><nd ref="2"/></way>';
55-
var way2 = '<way id="3"><nd ref="3"/><nd ref="1"/></way>';
55+
var way3 = '<way id="3"><nd ref="3"/><nd ref="1"/></way>';
5656
var way4 = '<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="1"/></way>';
5757
let parser = new window.DOMParser();
5858
let xml1 = parser.parseFromString(way1, 'text/xml').getElementsByTagName('way')[0];

0 commit comments

Comments
 (0)