Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Sep 28, 2022
1 parent bc39dcd commit 70e7a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/market/tests/verify_deals_for_activation_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn verification_and_weights_for_verified_and_unverified_deals() {
assert_eq!(1, response.sectors.len());
let returned_verified_space: BigInt =
a_response.verified_infos.iter().map(|info| BigInt::from(info.size.0)).sum();
assert_eq!(verified_space, BigInt::from(returned_verified_space));
assert_eq!(verified_space, returned_verified_space);
assert_eq!(unverified_space, a_response.nonverified_deal_space);

check_state(&rt);
Expand Down

0 comments on commit 70e7a3c

Please sign in to comment.