Skip to content

Commit d6b3b08

Browse files
committed
feat: replace cell border
1 parent 9b922f5 commit d6b3b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/s2-core/__tests__/unit/utils/cell/cell.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ describe('Horizontal Scrolling Text Position Test', () => {
508508
};
509509
expect(
510510
getBorderPositionAndStyle(
511-
BorderPosition.LEFT,
511+
CellBorderPosition.LEFT,
512512
contentBox,
513513
style as CellTheme,
514514
).position,

0 commit comments

Comments
 (0)