Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit bdd34df

Browse files
committed
fix test case
1 parent c61dd9c commit bdd34df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e.method.signing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ describe('transaction and message signing [ @E2E ]', function() {
221221
await web3.eth.accounts.signTransaction(txObject, wallet[0].privateKey);
222222
assert.fail()
223223
} catch (err) {
224-
assert(err.message.includes('gas limit is too low'));
224+
assert(err.message.includes('gasLimit is too low'));
225225
}
226226
})
227227

0 commit comments

Comments
 (0)