Skip to content

Commit 90022d4

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/diagnose.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ test('Diagnose Skillion Issue', async() => {
23742374
// get building part 1280622582
23752375
const parts = building.parts;
23762376
for (const part of parts){
2377-
if (part.id == '1280622582'){
2378-
const shape = part.shape;
2379-
expect(shape.toJSON()).toBe('');
2377+
if (part.id === '1280622582'){
2378+
const shape = part.shape;
2379+
expect(shape.toJSON()).toBe('');
23802380
}
23812381
}
23822382
// dump outer shape

0 commit comments

Comments
 (0)