We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8418a commit 9772ecdCopy full SHA for 9772ecd
test/gabledroofbug.test.js
@@ -183,7 +183,7 @@ beforeEach(() => {
183
// compare the object rendered from the requested way data to that rendered
184
// from the requested map data to see if one errors and one does not.
185
test('Constructor', () => {
186
- const bldg = new Building('31361386', data);
+ const bldg = new Building('868101951', data);
187
expect(bldg.parts.length).toBe(1);
188
const part = bldg.parts[0];
189
const meshes = part.render();
0 commit comments