Skip to content

Commit

Permalink
Merge branch 'alpo/fix-price' into connor/e2e-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Jul 3, 2024
2 parents 030176e + d49afab commit 619a8fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/sumtree-orderbook/src/tests/test_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2112,14 +2112,12 @@ fn test_claim_order() {
OrderOperation::Cancel((valid_tick_id, 0)),
OrderOperation::RunMarket(MarketOrder::new(
// Filling 100/100 of the Ask order
// Tick price is 1, 1*100 = 100
Uint128::from(100u128),
OrderDirection::Bid,
Addr::unchecked("buyer"),
)),
],
order_id: 1,

tick_id: valid_tick_id,
expected_bank_msg: Some(SubMsg::reply_on_error(
MsgSend256 {
Expand Down

0 comments on commit 619a8fa

Please sign in to comment.