Skip to content

Commit 9772ecd

Browse files
authored
Update gabledroofbug.test.js
1 parent ac8418a commit 9772ecd

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
@@ -183,7 +183,7 @@ beforeEach(() => {
183183
// compare the object rendered from the requested way data to that rendered
184184
// from the requested map data to see if one errors and one does not.
185185
test('Constructor', () => {
186-
const bldg = new Building('31361386', data);
186+
const bldg = new Building('868101951', data);
187187
expect(bldg.parts.length).toBe(1);
188188
const part = bldg.parts[0];
189189
const meshes = part.render();

0 commit comments

Comments
 (0)