Skip to content

Commit

Permalink
feat: update 020
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed May 14, 2024
1 parent 19a60d8 commit 10e1062
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ Feature: Settle capped futures market with a price within correct range
When the oracles broadcast data signed with "0xCAFECAFE1":
| name | value |
| prices.ETH.value | 0 |
When the oracles broadcast data signed with "0xCAFECAFE1":
When the oracles broadcast data signed with "0xCAFECAFE2":
| name | value |
| prices.ETH.value | 100 |
When the oracles broadcast data signed with "0xCAFECAFE1":
When the oracles broadcast data signed with "0xCAFECAFE3":
| name | value |
| prices.ETH.value | 1500 |

And the network moves ahead "2" blocks

Then the last market state should be "STATE_SETTLED" for the market "ETH/DEC21"
Then the last market state should be "STATE_TRADING_TERMINATED" for the market "ETH/DEC22"
Then the last market state should be "STATE_TRADING_TERMINATED" for the market "ETH/DEC23"
Then the last market state should be "STATE_SETTLED" for the market "ETH/DEC23"

0 comments on commit 10e1062

Please sign in to comment.