Skip to content

Commit

Permalink
fix: test on account
Browse files Browse the repository at this point in the history
  • Loading branch information
OxBonaparte committed Dec 2, 2022
1 parent bf24d7f commit 81f5d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('deploy and test Wallet', () => {
await provider.waitForTransaction(transaction_hash);

const address = await account.getAddressFromStarkName('ben.stark', namingAddress);
expect(address).toEqual(account.address);
expect(hexToDecimalString(address as string)).toEqual(hexToDecimalString(account.address));

const name = await account.getStarkName(namingAddress);
expect(name).toEqual('ben.stark');
Expand Down

0 comments on commit 81f5d71

Please sign in to comment.