Skip to content

Commit d6e0a3e

Browse files
authored
Update skillion_slope.test.js (#152)
1 parent 869a83d commit d6e0a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/skillion_slope.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ test('Diagnose Skillion Issue', async() => {
596596
const parts = building.parts;
597597
let found = false;
598598
for (const part of parts){
599-
// Get the building part
599+
// Get the building part of interest
600600
if (part.id === '1426868384'){
601601
expect(part.options.roof.height).toBe(5.284715476364045);
602602
found = true;

0 commit comments

Comments
 (0)