Skip to content

Commit

Permalink
test: fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Jul 3, 2024
1 parent 74337a7 commit d49afab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/sumtree-orderbook/src/tests/test_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2113,14 +2113,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 0.5, 0.5*100 = 50
Uint128::from(50u128),
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 d49afab

Please sign in to comment.