Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 20, 2023
1 parent 58cbfcb commit df92e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/ens/avatar/parseAvatarRecord.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ describe('nft', () => {
expect(
await parseAvatarRecord(publicClient, {
record:
'eip155:1/erc1155:0x495f947276749Ce646f68AC8c248420045cb7b5e/8112316025873927737505937898915153732580103913704334048512380490797008551937',
'eip155:1/erc1155:0xb32979486938aa9694bfc898f35dbed459f44424/10063',
}),
).toMatchInlineSnapshot(
'"https://i.seadn.io/gae/hKHZTZSTmcznonu8I6xcVZio1IF76fq0XmcxnvUykC-FGuVJ75UPdLDlKJsfgVXH9wOSmkyHw0C39VAYtsGyxT7WNybjQ6s3fM3macE?w=500&auto=format"',
'"https://ipfs.io/ipfs/QmSP4nq9fnN9dAiCj42ug9Wa79rqmQerZXZch82VqpiH7U/image.gif"',
)
})
})

0 comments on commit df92e1e

Please sign in to comment.