Skip to content

Commit 7bee04b

Browse files
committed
Fix lint
1 parent 18551c0 commit 7bee04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/image/maskSegmentHelper.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ describe('image', () => {
391391
assert.equal(warnSpy.mock.calls.length, 1, 'warning on maskHasSegments');
392392
assert.ok(warnSpy.mock.calls[0][0].includes('99'),
393393
'warning mentions the segment number');
394-
}
394+
}
395395
);
396396

397397
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)