Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 22, 2024
1 parent 6a68499 commit fc96d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/bootstrap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fc96d85

Please sign in to comment.