From fc96d85b8a1b05766b96a9c6c60712273c80b806 Mon Sep 17 00:00:00 2001 From: Shunji Zhan Date: Tue, 22 Oct 2024 19:06:51 +0800 Subject: [PATCH] fix --- src/__tests__/bootstrap.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/bootstrap.test.ts b/src/__tests__/bootstrap.test.ts index 20a8c54..4d142fb 100644 --- a/src/__tests__/bootstrap.test.ts +++ b/src/__tests__/bootstrap.test.ts @@ -396,7 +396,7 @@ describe('/routeDropAndBootstrap', () => { expect(bal3.userBal.sub(bal2.userBal).toBigInt()).to.eq(0n); }); - it.only('works with ldot as fee token and no gas drop', async () => { + it('works with ldot as fee token and no gas drop', async () => { const relayerBal = await relayer.getBalance(); expect(relayerBal.gt(parseEther('10'))).to.be.true;