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:
parent
2ccc35819f
commit
f13850a0a8
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user