Skip to content

Commit

Permalink
fix: update mock import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuanitas committed Feb 14, 2025
1 parent def8570 commit 5255371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, userEvent, waitFor, within } from '@storybook/test';
import { http, HttpResponse } from 'msw';
import ContentPicker from '../../ContentPicker';
import { mockRootFolder } from '../../../content-explorer/stories/__mocks__/mockRootFolder';
import { mockRootFolder } from '../../../common/__mocks__/mockRootFolder';

import { DEFAULT_HOSTNAME_API } from '../../../../constants';

Expand Down

0 comments on commit 5255371

Please sign in to comment.