From 832737470fcd5dc5c4a171bb6a218b18ccd2fcaa Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Tue, 13 Jan 2026 12:47:46 -0500 Subject: [PATCH] Update skillion_slope.test.js --- test/skillion_slope.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;