Skip to content

Commit bdb6670

Browse files
committed
FE: Fix frontend test fixtures (#550)
1 parent 197b542 commit bdb6670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Topics/Topic/Messages/__test__/MessagesTable.spec.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jest.mock('react-router-dom', () => ({
3030

3131
jest.mock('lib/hooks/useMessagesFilters', () => ({
3232
useIsLiveMode: jest.fn(),
33-
usePaginateTopics: jest.fn(),
33+
useGoToNextPage: jest.fn(),
34+
useGoToPrevPage: jest.fn(),
3435
}));
3536

3637
describe('MessagesTable', () => {

0 commit comments

Comments
 (0)