Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed May 27, 2024
1 parent 1263177 commit 65c262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/order-builder/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3623,7 +3623,7 @@ describe("helpers", () => {
});
});

describe.only("calculateMarketPrice", () => {
describe("calculateMarketPrice", () => {
describe("BUY", () => {
it("empty orderbook", () => {
expect(() => calculateMarketPrice([], 100)).to.throw("no match");
Expand Down

0 comments on commit 65c262d

Please sign in to comment.