Skip to content

Commit e34d289

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

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
@@ -2376,7 +2376,7 @@ test('Diagnose Skillion Issue', async() => {
23762376
for (const part of parts){
23772377
if (part.id === '1280622582'){
23782378
const shape = part.shape;
2379-
points = shape.extractPoints().shape;
2379+
const points = shape.extractPoints().shape;
23802380
expect(points).toBe([]);
23812381
//expect(shape.toJSON()).toBe('');
23822382
}

0 commit comments

Comments
 (0)