From 9817d0549ecff0b9616ca1ba0a81f52153dabbd5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 20 Aug 2023 10:57:18 +0900 Subject: [PATCH] Fix typo in PoolCollection.ts bellow -> below --- test/pools/PoolCollection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pools/PoolCollection.ts b/test/pools/PoolCollection.ts index 05c63f823..8c500b3b0 100644 --- a/test/pools/PoolCollection.ts +++ b/test/pools/PoolCollection.ts @@ -3698,7 +3698,7 @@ describe('PoolCollection', () => { const targetBNTLiquidity = MIN_LIQUIDITY_FOR_TRADING.div(4); const bntTradeAmountToTrade = prevLiquidity.bntTradingLiquidity.sub(targetBNTLiquidity); - // trade enough BNT out such that the total BNT trading liquidity falls bellow the + // trade enough BNT out such that the total BNT trading liquidity falls below the // minimum trading liquidity const { amount } = await poolCollection.tradeInputAndFeeByTargetAmount( reserveToken.address,