Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iurevych committed Nov 14, 2024
1 parent 33fef65 commit e7bd2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/Ens.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ describe('ENS', () => {
'0x4da70a332a7a98a58486f551a455b1398ce309d9bd3a4f0800da4eec299829a4',
callMethod: '0xDa1756Bb923Af5d1a05E277CB1E54f1D0A127890',
resolverCallToAddr: '0xb0E7a465D255aE83eb7F8a50504F3867B945164C',
resolverCallToName: 'adrian.argent.luxy',
resolverCallToName: 'adrian.argent.eth',
});
const result = await ens?.reverseOf(
'0xb0E7a465D255aE83eb7F8a50504F3867B945164C',
);
expectSpyToBeCalled(eyes);
expect(result).toEqual('adrian.argent.luxy');
expect(result).toEqual('adrian.argent.eth');
});

it('reverses address to ENS domain null', async () => {
Expand Down

0 comments on commit e7bd2ac

Please sign in to comment.