Skip to content

Commit

Permalink
test: rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Apr 24, 2024
1 parent 5fdd3f0 commit b44430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agents/sdk/test/sdkUtils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe("SdkUtils", () => {
});

describe("#enoughRouterLiquidity", () => {
it.only("should be true when enough liquidity between <N routers", async () => {
it("should be true when enough liquidity between <N routers", async () => {
(nxtpUtils as any).config.cartographerUrl = config.cartographerUrl;

restore();
Expand Down

0 comments on commit b44430c

Please sign in to comment.