Skip to content

Commit f8ba849

Browse files
authored
Update combine_ways.test.js
1 parent 7928ef9 commit f8ba849

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
@@ -33,7 +33,7 @@ test('Test combining 2 ways 1->2', () => {
3333
// Expect one closed way with 3 unique nodes.
3434
expect(result.length).toBe(1);
3535
expect(BuildingShapeUtils.isClosed(result[0]));
36-
expect(result[0].getElementsByTagName('nd').length).toBe(4)
36+
expect(result[0].getElementsByTagName('nd').length).toBe(4);
3737
// expect result to contain nodes 1, 2 and 3.
3838
});
3939

0 commit comments

Comments
 (0)