Skip to content

Commit

Permalink
updates with assertion about the current mp balance
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Aug 30, 2024
1 parent a213c73 commit 94d656d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/auctions/src/test/bids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ fn multiple_auction_by_multiple_sellers() {
);

mp_client.finalize_auction(&4);
assert_eq!(token_client.balance(&mp_client.address), 126);
assert_eq!(token_client.balance(&bidder_b), 900);
assert_eq!(token_client.balance(&seller_c), 100);
assert_eq!(collection_c_client.balance_of(&bidder_b, &1), 1);
Expand Down

0 comments on commit 94d656d

Please sign in to comment.