Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jul 26, 2024
1 parent a86e07d commit 361b3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/test/rpc/eth/call.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ describe(method, () => {
'latest',
])
assert.equal(
res.result,
res.error.data,
bytesToHex(execResult.returnValue),
'should return the correct return value',
)

res = await rpc.request(method, [{ ...estimateTxData }, 'latest'])
assert.equal(
res.result,
res.error.data,
bytesToHex(execResult.returnValue),
'should return the correct return value with no gas limit provided',
)
Expand Down

0 comments on commit 361b3cd

Please sign in to comment.