Skip to content

Commit 7225797

Browse files
committed
fix broken test
1 parent 70d1309 commit 7225797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/solutions/security/plugins/security_solution/public/timelines/pages/timelines_page.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jest.mock('../../overview/components/events_by_dataset');
2626
jest.mock('../../sourcerer/containers');
2727
jest.mock('../../common/components/user_privileges');
2828
jest.mock('../../data_view_manager/hooks/use_data_view', () => ({
29-
useFullDataView: jest.fn(() => ({ matchedIndices: [] })),
29+
useDataView: jest.fn(() => ({ matchedIndices: [] })),
3030
}));
3131
jest.mock('../../common/hooks/use_experimental_features');
3232

0 commit comments

Comments
 (0)