From 60f15afeef7044b918cf20b4ea1485903d902b2f Mon Sep 17 00:00:00 2001 From: Lecky Lao Date: Wed, 1 Jul 2020 00:23:19 +1000 Subject: [PATCH] update test title --- test/CurveSBTCProtocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CurveSBTCProtocol.js b/test/CurveSBTCProtocol.js index 83c820e..e163d93 100644 --- a/test/CurveSBTCProtocol.js +++ b/test/CurveSBTCProtocol.js @@ -76,7 +76,7 @@ contract('CurveSBTCProtocol', async accounts => { expect(sbtcAfter - sbtcBefore).to.be.at.least(ether("0.09")); }); - it('can add liquidity for wbtc', async function() { + it('can add and remove liquidity for wbtc', async function() { const curveTokenContract = new web3.eth.Contract( erc20ABI, "0x075b1bb99792c9e1041ba13afef80c91a1e70fb3"