From ab0d0400b1156c773a6e4a0a5ef9b0d1117b0917 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 16 Nov 2020 02:49:58 -0800 Subject: [PATCH] fix typo --- test/unit/balancer/Balancer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/balancer/Balancer.test.ts b/test/unit/balancer/Balancer.test.ts index e364050f..ad88dfd0 100644 --- a/test/unit/balancer/Balancer.test.ts +++ b/test/unit/balancer/Balancer.test.ts @@ -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)