diff --git a/tests/order-builder/helpers.test.ts b/tests/order-builder/helpers.test.ts index 925b2e5..0a9c7af 100644 --- a/tests/order-builder/helpers.test.ts +++ b/tests/order-builder/helpers.test.ts @@ -3623,7 +3623,7 @@ describe("helpers", () => { }); }); - describe.only("calculateMarketPrice", () => { + describe("calculateMarketPrice", () => { describe("BUY", () => { it("empty orderbook", () => { expect(() => calculateMarketPrice([], 100)).to.throw("no match");