Skip to content

Commit 0af76e9

Browse files
authored
Update gabledroofbug.test.js
1 parent a5806c4 commit 0af76e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ beforeEach(() => {
186186
test('Constructor', () => {
187187
const bldg = new Building('868101951', data);
188188
expect(bldg.parts.length).toBe(0);
189-
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(0);
189+
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(undefined);
190190
expect(bldg.outerElement.options.roof.direction).toBe(0);
191191
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
192192
// verify this

0 commit comments

Comments
 (0)