From a84faef2c2bb7f9d90f04ce397077e3589d89ebf Mon Sep 17 00:00:00 2001 From: Giovanni Napoli Date: Tue, 16 Jul 2024 11:03:56 +0200 Subject: [PATCH] Update tests/multi_sig.rs Co-authored-by: Steve Myers --- tests/multi_sig.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/multi_sig.rs b/tests/multi_sig.rs index a6f0b51..2899e67 100644 --- a/tests/multi_sig.rs +++ b/tests/multi_sig.rs @@ -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 );