Skip to content

Commit

Permalink
feat: add AC code for 0043-MKTL-012, 013
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed Apr 29, 2024
1 parent 8de5aa7 commit e86ed25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e86ed25

Please sign in to comment.