Skip to content

Commit 0783bc6

Browse files
authored
Update combine_ways.test.js
1 parent 214fd33 commit 0783bc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/combine_ways.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ test('Test combining 2 ways 1->2', () => {
3131
let xml3 = parser.parseFromString(way3, 'text/xml').getElementsByTagName('way')[0];
3232
let result = BuildingShapeUtils.combineWays([xml1, xml2, xml3]);
3333
expect(result.length).toBe(1);
34-
expect(result[0].outerHTML).toBe(way4);
3534
});
3635

3736
test('Test combining 3 ways 2->1->3', () => {

0 commit comments

Comments
 (0)