Skip to content

Commit

Permalink
test(CollectionDetails): update AudioAsset import path
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich committed Feb 5, 2025
1 parent 738e079 commit d74e123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jest.mock('Components/Image', () => ({
AssetImage: () => <div>Image</div>,
__esModule: true,
}));
jest.mock('Components/MessagesList/Message/ContentMessage/asset/AudioAsset', () => ({
jest.mock('Components/MessagesList/Message/ContentMessage/asset/AudioAsset/AudioAsset', () => ({
AudioAsset: () => <div>Audio</div>,
__esModule: true,
}));
Expand Down

0 comments on commit d74e123

Please sign in to comment.