Skip to content

Commit e75b2c7

Browse files
authored
Update diagnose.test.js
1 parent 90022d4 commit e75b2c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/diagnose.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,9 @@ test('Diagnose Skillion Issue', async() => {
23762376
for (const part of parts){
23772377
if (part.id === '1280622582'){
23782378
const shape = part.shape;
2379-
expect(shape.toJSON()).toBe('');
2379+
points = shape.extractPoints().shape;
2380+
expect(points).toBe([]);
2381+
//expect(shape.toJSON()).toBe('');
23802382
}
23812383
}
23822384
// dump outer shape

0 commit comments

Comments
 (0)