Skip to content

Commit

Permalink
fix test errors
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Oct 17, 2024
1 parent ee4e8fb commit 884cf44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('../../../../opensearch_dashboards_react/public', () => ({
toMountPoint: jest.fn(),
}));

jest.mock('../workspace_detail/association_data_source_modal', () => ({
jest.mock('./association_data_source_modal', () => ({
AssociationDataSourceModalContent: jest.fn(),
}));

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 884cf44

Please sign in to comment.