1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
alexcos20 2020-11-16 02:49:58 -08:00
parent 3f87aa8589
commit ab0d0400b1

View File

@ -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)