diff --git a/test/skillion_slope.test.js b/test/skillion_slope.test.js index dfe26d6..6680347 100644 --- a/test/skillion_slope.test.js +++ b/test/skillion_slope.test.js @@ -596,7 +596,7 @@ test('Diagnose Skillion Issue', async() => { const parts = building.parts; let found = false; for (const part of parts){ - // Get the building part + // Get the building part of interest if (part.id === '1426868384'){ expect(part.options.roof.height).toBe(5.284715476364045); found = true;