Skip to content

Commit

Permalink
tests: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 11, 2023
1 parent 517386b commit 1716d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/errors/chain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ test('ChainDoesNotSupportContract', () => {
contract: { name: 'ensUniversalResolver', blockCreated: 16172161 },
}),
).toMatchInlineSnapshot(`
[ChainDoesNotSupportContract: Chain "Ethereum" does not support contract "ensUniversalResolver" on block 16172160.
[ChainDoesNotSupportContract: Chain "Ethereum" does not support contract "ensUniversalResolver".
This could be due to any of the following:
- The chain does not have the contract "ensUniversalResolver" configured.
- The contract "ensUniversalResolver" was not deployed until block 16172161 (current block 16172160).
Version: [email protected]]
`)
Expand Down
2 changes: 1 addition & 1 deletion src/utils/ens/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('exports utils', () => {
"labelhash": [Function],
"namehash": [Function],
"normalize": [Function],
"packetToBuffer": [Function],
"packetToBytes": [Function],
}
`)
})

0 comments on commit 1716d5a

Please sign in to comment.