Skip to content

Commit 33b0578

Browse files
committed
fix test
1 parent 971081a commit 33b0578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overlayscrollbars/test/dom/overlayscrollbars.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ describe('overlayscrollbars', () => {
632632

633633
vi.runAllTimers();
634634

635-
expect(updated).toHaveBeenCalledTimes(1); // should be 2 if something changes
635+
expect(updated).toHaveBeenCalledTimes(2); // should be 2 if something changes
636636
});
637637
});
638638
});

0 commit comments

Comments
 (0)