From 29a804fb93b72472655a8593ab3303833b346478 Mon Sep 17 00:00:00 2001 From: Drygin Date: Wed, 16 Feb 2022 23:28:15 +0300 Subject: [PATCH] lint fix --- test/full.test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/full.test.js b/test/full.test.js index 68259a1..28ea23d 100644 --- a/test/full.test.js +++ b/test/full.test.js @@ -67,9 +67,7 @@ describe('TornadoPool', function () { multisig.address, ) - const { data } = await tornadoPoolImpl.populateTransaction.initialize( - MAXIMUM_DEPOSIT_AMOUNT, - ) + const { data } = await tornadoPoolImpl.populateTransaction.initialize(MAXIMUM_DEPOSIT_AMOUNT) const proxy = await deploy( 'CrossChainUpgradeableProxy', tornadoPoolImpl.address,