Skip to content

Commit

Permalink
chore: [TD-1677] Enable orderbook bids tests (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfportal committed Sep 26, 2024
1 parent 812f281 commit 0dd111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func-tests/zkevm/specs/orderbook.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { GAS_OVERRIDES } from "../utils/orderbook/gas";
import { waitForListingToBeOfStatus } from "../utils/orderbook/listing";
import { RetryProvider } from "../utils/orderbook/retry-provider";

describe.skip("Orderbook", () => {
describe("Orderbook", () => {
const imxForApproval = 0.03 * 1e18;
const imxForFulfillment = 0.08 * 1e18;
const transferTxnFee = 0.0035 * 1e18;
Expand Down

0 comments on commit 0dd111b

Please sign in to comment.