Skip to content

Commit

Permalink
tests: up
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 2, 2024
1 parent bf6b349 commit 0e3a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/signature/recoverTransactionAddress.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test('via `getTransaction`', async () => {
const address = await recoverTransactionAddress({
serializedTransaction,
})
expect(address.toLowerCase()).toBe(transaction.from)
expect(address).toBe(transaction.from)
})

test('legacy', async () => {
Expand Down

0 comments on commit 0e3a3a7

Please sign in to comment.