Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Mar 31, 2023
1 parent 33a845e commit 4d8c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/features/home/RightMenu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jest.mock('react-redux', () => ({
useSelector: jest.fn(),
}));

jest.mock('src/views/CRUD/data/database/DatabaseModal', () => () => <span />);
jest.mock('src/features/databases/DatabaseModal', () => () => <span />);

const dropdownItems = [
{
Expand Down

0 comments on commit 4d8c124

Please sign in to comment.