Skip to content

Commit

Permalink
missing semicolon added
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Apr 1, 2019
1 parent 6c351d4 commit 0dd5f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0dd5f02

Please sign in to comment.