Skip to content

Commit

Permalink
Remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpar committed Mar 20, 2024
1 parent 4104fdc commit 9c0dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-stable-swap-payout-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ describe("StableSwapPayoutHandler", function () {
);
});

it.only("Uses the payoutHandler's own funds to cover minor slippage", async () => {
it("Uses the payoutHandler's own funds to cover minor slippage", async () => {
const { rm, payoutHandler, pool, currency, usdt, swapRouter } = await helpers.loadFixture(deployContractsFixture);

// provide some buffer funds to the payout handler
Expand Down

0 comments on commit 9c0dae3

Please sign in to comment.