Skip to content

Commit 9ee70d1

Browse files
test: adjust func params
1 parent bdcc7e4 commit 9ee70d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/meteor/client/views/room/body/hooks/useGetMore.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ describe('useGetMore', () => {
9191
scrollableElement.scrollTop = 700;
9292
scrollableElement.dispatchEvent(new Event('scroll'));
9393
expect(screen.getByTestId('scrollable-element')).toBeInTheDocument();
94-
expect(RoomHistoryManager.getMoreNext).toHaveBeenCalledWith('room-id', expect.anything());
94+
expect(RoomHistoryManager.getMoreNext).toHaveBeenCalledWith('room-id');
9595
});
9696
});

0 commit comments

Comments
 (0)