Skip to content

Commit df413af

Browse files
committed
test: update
1 parent a0c6cac commit df413af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Virtual.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Table.Virtual', () => {
4141
scrollLeft: {
4242
get: () => {
4343
scrollLeftCalled = true;
44-
return 0;
44+
return 100;
4545
},
4646
set: () => {},
4747
},

0 commit comments

Comments
 (0)