Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Feb 9, 2024
1 parent ed8139d commit 4ebea6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/farcaster/getFarcasterUserAddresses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { neynarGetVerifiedAddressesForFid } from '../utils/neynar/user/neynarGet
import { FarcasterAddressType } from './types';
import { getFarcasterUserAddresses } from './getFarcasterUserAddresses';

jest.mock('../utils/neynar/frame/neynarGetCustodyAddressForFid', () => ({
jest.mock('../utils/neynar/user/neynarGetCustodyAddressForFid', () => ({
neynarGetCustodyAddressesForFid: jest.fn(),
}));

jest.mock('../utils/neynar/frame/neynarGetVerifiedAddressesForFid', () => ({
jest.mock('../utils/neynar/user/neynarGetVerifiedAddressesForFid', () => ({
neynarGetVerifiedAddressesForFid: jest.fn(),
}));

Expand Down

0 comments on commit 4ebea6a

Please sign in to comment.