Skip to content

Commit 956e510

Browse files
authored
Update diagnose.test.js
1 parent ae1e87b commit 956e510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diagnose.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ test('Diagnose Skillion Issue', async() => {
635635
// depth: part.options.roof.height,
636636
// pitch: part.options.roof.angle / 180 * Math.PI,
637637
//};
638-
//expect(options).toBe({});
638+
expect(part.options).toBe({});
639639
//expect(points).toBe([]);
640640
//expect(shape.toJSON()).toBe('');
641641
found = true;

0 commit comments

Comments
 (0)