mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix typo
This commit is contained in:
parent
d1e6a6da74
commit
ba846f0a58
@ -220,7 +220,7 @@ describe('Balancer flow', () => {
|
|||||||
assert(parseFloat(sharesBalance) > 0)
|
assert(parseFloat(sharesBalance) > 0)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Bob should remove DT liquidity from pool ', async () => {
|
it('Bob should remove Ocean liquidity from pool ', async () => {
|
||||||
const currentDtReserve = await alicePool.getBalance(oceanTokenAddress)
|
const currentDtReserve = await alicePool.getBalance(oceanTokenAddress)
|
||||||
const bobDtBalance = web3.utils.fromWei(
|
const bobDtBalance = web3.utils.fromWei(
|
||||||
await datatoken.balance(oceanTokenAddress, bob)
|
await datatoken.balance(oceanTokenAddress, bob)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user