Skip to content

Commit 249e410

Browse files
authored
Update gabledroofbug.test.js
1 parent 0607f8a commit 249e410

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
@@ -205,7 +205,7 @@ beforeEach(() => {
205205
// compare the object rendered from the requested way data to that rendered
206206
// from the requested map data to see if one errors and one does not.
207207
test('Constructor', () => {
208-
const bldg = new Building('285102551', data);
208+
const bldg = new Building('285102551', data1);
209209
expect(bldg.parts.length).toBe(0);
210210
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(undefined);
211211
expect(bldg.outerElement.options.roof.direction).toBe(0);

0 commit comments

Comments
 (0)