Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Jul 9, 2020
1 parent d1e6a6d commit ba846f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/balancer/Balancer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('Balancer flow', () => {
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 bobDtBalance = web3.utils.fromWei(
await datatoken.balance(oceanTokenAddress, bob)
Expand Down

0 comments on commit ba846f0

Please sign in to comment.