Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itirabasso committed Dec 21, 2018
1 parent 24a3925 commit 20b5757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/providers/mocks.ts
Expand Up @@ -18,7 +18,7 @@ export class ParamsReturningProvider extends EventEmitter

export class CountProvider extends EventEmitter implements IEthereumProvider {
public transactionsCountParams: any[] | undefined = undefined;
public numberOfCallsToNetVersion: number = 0;
public numberOfCallsToNetVersion: number = 0;
public async send(method: string, params?: any[]): Promise<any> {
if (method === "eth_getTransactionCount") {
this.transactionsCountParams = params;
Expand Down

0 comments on commit 20b5757

Please sign in to comment.