From 2838822dfeac1dbdffba1cf1ca752e91d9858b9b Mon Sep 17 00:00:00 2001 From: Maria Carmina Date: Tue, 25 Apr 2023 22:19:52 +0300 Subject: [PATCH] respect lint --- test/integration/VeOcean.test.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/integration/VeOcean.test.ts b/test/integration/VeOcean.test.ts index bd16cc6..80ed5dd 100644 --- a/test/integration/VeOcean.test.ts +++ b/test/integration/VeOcean.test.ts @@ -105,7 +105,7 @@ const minAbi = [ describe('veOcean tests', async () => { let nftFactory let veOcean: VeOcean - let delegateContract + // let delegateContract let veAllocate: VeAllocate let veFeeDistributor: VeFeeDistributor let ownerAccount: string @@ -122,10 +122,10 @@ describe('veOcean tests', async () => { ownerAccount = accounts[0] Alice = accounts[1] Bob = accounts[2] - delegateContract = new web3.eth.Contract( - veDelegation.abi as AbiItem[], - addresses.veDelegation - ) + // delegateContract = new web3.eth.Contract( + // veDelegation.abi as AbiItem[], + // addresses.veDelegation + // ) const tokenContract = new web3.eth.Contract(minAbi, addresses.Ocean) const estGas = await calculateEstimatedGas(