Skip to content

Commit

Permalink
Update tests/multi_sig.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Myers <steve@notmandatory.org>
  • Loading branch information
gnapoli23 and notmandatory authored Jul 16, 2024
1 parent 854abda commit a84faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multi_sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn test_proof_multisig(
let balance = wallet.get_balance().unwrap();
assert!(
(49_999_999_256..=49_999_999_596).contains(&balance.confirmed),
"balance of wallet {} is {} but should be between 49'999'999'256 and 49'999'999'596",
"balance of wallet {} is {} but should be between 49_999_999_256 and 49_999_999_596",
i,
balance
);
Expand Down

0 comments on commit a84faef

Please sign in to comment.