Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Nov 28, 2024
1 parent d68b872 commit 74aba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/hooks/useOriginSource.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jest.mock('react-redux', () => ({
),
}));

jest.mock('../../../core/SDKConnect/SDKConnect', () => ({
jest.mock('../../core/SDKConnect/SDKConnect', () => ({
getInstance: jest.fn(() => ({
getConnection: jest.fn(({ channelId }) => {
if (channelId === '123e4567-e89b-12d3-a456-426614174000') {
Expand Down

0 comments on commit 74aba3d

Please sign in to comment.