From e86ed2526fa0302eed9ed76e0be8b55c92bde9a0 Mon Sep 17 00:00:00 2001 From: Jiajia-Cui Date: Mon, 29 Apr 2024 16:32:32 +0100 Subject: [PATCH] feat: add AC code for 0043-MKTL-012, 013 --- .../features/auctions/opening-auction-expiry.feature | 2 +- core/integration/features/spots/opening-auction-expires.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/integration/features/auctions/opening-auction-expiry.feature b/core/integration/features/auctions/opening-auction-expiry.feature index 4baffc7d783..14efdbc5ddc 100644 --- a/core/integration/features/auctions/opening-auction-expiry.feature +++ b/core/integration/features/auctions/opening-auction-expiry.feature @@ -16,7 +16,7 @@ Feature: Set up a market, create indiciative price different to actual opening a | limits.markets.maxPeggedOrders | 2 | @DebugAuctionMax @Expires - Scenario: Simple test verifying the market is cancelled if it failes to leave opening auction + Scenario: 0043-MKTL-012 Simple test verifying the market is cancelled if it failes to leave opening auction # setup accounts Given the parties deposit on asset's general account the following amount: | party | asset | amount | diff --git a/core/integration/features/spots/opening-auction-expires.feature b/core/integration/features/spots/opening-auction-expires.feature index 8579086ff06..970581e8c86 100644 --- a/core/integration/features/spots/opening-auction-expires.feature +++ b/core/integration/features/spots/opening-auction-expires.feature @@ -18,7 +18,7 @@ Feature: Set up a spot market, with an opening auction, then uncross the book. M | id | name | base asset | quote asset | risk model | auction duration | fees | price monitoring | sla params | | BTC/ETH | BTC/ETH | BTC | ETH | my-simple-risk-model | 5 | fees-config-1 | default-none | default-basic | - Scenario: Ensure spot markets get cancelled if they fail to leave opening auction + Scenario: 0043-MKTL-013 Ensure spot markets get cancelled if they fail to leave opening auction # setup accounts Given the parties deposit on asset's general account the following amount: | party | asset | amount |