Skip to content

Commit 487f33b

Browse files
authored
Update hipped-bug.test.js
1 parent c3ab218 commit 487f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hipped-bug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test('Hipped Roof Exception', () => {
5858
<tag k="roof:shape" v="hipped"/>
5959
</way>
6060
</osm>`;
61-
const bldg = (new Building('88514597', data);
61+
const bldg = new Building('88514597', data);
6262
const meshes = bldg.render();
6363
expect(meshes.length).toBe(1);
6464
});

0 commit comments

Comments
 (0)