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

fix getvestingAmount error

This commit is contained in:
Miquel A. Cabot 2022-05-17 18:21:20 +02:00
parent 2ccc35819f
commit f13850a0a8

View File

@ -235,7 +235,7 @@ describe('SideStaking unit test', () => {
it('#getvestingAmount ', async () => {
expect(
await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token)
).to.equal(VESTING_AMOUNT)
).to.equal('0')
})
it('#getvestingLastBlock ', async () => {
@ -415,7 +415,7 @@ describe('SideStaking unit test', () => {
it('#getvestingAmount ', async () => {
expect(
await sideStaking.getvestingAmount(contracts.sideStakingAddress, erc20Token)
).to.equal(VESTING_AMOUNT)
).to.equal('0')
})
it('#getvestingLastBlock ', async () => {