From 20b57574bb69ddfcf877b9a1dac992596fbf4293 Mon Sep 17 00:00:00 2001 From: Ignacio Tirabasso Date: Fri, 21 Dec 2018 00:39:32 -0300 Subject: [PATCH] npm run fix --- test/core/providers/mocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/providers/mocks.ts b/test/core/providers/mocks.ts index bdc9724831..3164f4cc0e 100644 --- a/test/core/providers/mocks.ts +++ b/test/core/providers/mocks.ts @@ -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 { if (method === "eth_getTransactionCount") { this.transactionsCountParams = params;