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:
parent
575cd37e33
commit
1e3e36d000
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user