From 0dd111bc8f2a6c83209ebdc2ee6e319e886064cd Mon Sep 17 00:00:00 2001 From: Leslie Fung Date: Thu, 26 Sep 2024 12:10:40 +1000 Subject: [PATCH] chore: [TD-1677] Enable orderbook bids tests (#2230) --- tests/func-tests/zkevm/specs/orderbook.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/func-tests/zkevm/specs/orderbook.spec.ts b/tests/func-tests/zkevm/specs/orderbook.spec.ts index cb08bfc68e..1b76dc0371 100644 --- a/tests/func-tests/zkevm/specs/orderbook.spec.ts +++ b/tests/func-tests/zkevm/specs/orderbook.spec.ts @@ -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;