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
3f87aa8589
commit
ab0d0400b1
@ -219,7 +219,7 @@ describe('Balancer flow', () => {
|
||||
assert(Number(bobDtBalance) > 0)
|
||||
assert(Number(bobOceanBalance) > 0)
|
||||
})
|
||||
it('Bob should spend 10 Oceans to buy some DT ', async () => {
|
||||
it('Bob should spend 5 Oceans to buy at least 1 DT ', async () => {
|
||||
await Pool.buyDTWithExactOcean(bob, greatPool, '1', '5')
|
||||
const bobDtBalance = await datatoken.balance(tokenAddress, bob)
|
||||
const bobOceanBalance = await datatoken.balance(oceanTokenAddress, bob)
|
||||
|
Loading…
x
Reference in New Issue
Block a user