1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix linting errors

This commit is contained in:
Miquel A. Cabot 2022-05-12 17:56:23 +02:00
parent 575cd37e33
commit 1e3e36d000

View File

@ -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 () => {