From 1e3e36d00090ec7ad3ae6db4a50fa4cec286a07a Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Thu, 12 May 2022 17:56:23 +0200 Subject: [PATCH] fix linting errors --- test/unit/pools/ssContracts/SideStaking.test.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/unit/pools/ssContracts/SideStaking.test.ts b/test/unit/pools/ssContracts/SideStaking.test.ts index 9ba71fa0..f67a6cf1 100644 --- a/test/unit/pools/ssContracts/SideStaking.test.ts +++ b/test/unit/pools/ssContracts/SideStaking.test.ts @@ -222,9 +222,9 @@ describe('SideStaking unit test', () => { }) it('#getvestingAmount ', async () => { - expect(await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token)).to.equal( - '0' - ) + expect( + await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token) + ).to.equal('0') }) it('#getvestingLastBlock ', async () => { @@ -389,9 +389,9 @@ describe('SideStaking unit test', () => { }) it('#getvestingAmount ', async () => { - expect(await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token)).to.equal( - '0' - ) + expect( + await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token) + ).to.equal('0') }) it('#getvestingLastBlock ', async () => {