diff --git a/packages/web3-eth-contract/tests/src/methods/ContractDeployMethodTest.js b/packages/web3-eth-contract/tests/src/methods/ContractDeployMethodTest.js index 0559e549780..7ef3388a327 100644 --- a/packages/web3-eth-contract/tests/src/methods/ContractDeployMethodTest.js +++ b/packages/web3-eth-contract/tests/src/methods/ContractDeployMethodTest.js @@ -35,7 +35,7 @@ describe('ContractDeployMethodTest', () => { }); it('calls beforeExecution and does nothing because it got signed locally', () => { - contractDeployMethod.rpcMethod = 'eth_sendRawTransaction' + contractDeployMethod.rpcMethod = 'eth_sendRawTransaction'; contractDeployMethod.parameters = [{to: true}]; contractDeployMethod.beforeExecution(contractMock);