Skip to content

Commit

Permalink
Update tests/regtestenv.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 a84faef commit 3de435e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regtestenv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl RegTestEnv {
let balance = wallet.get_balance().unwrap();
assert!(
balance.confirmed == 50_000_000_000,
"balance of wallet {} is {} but should be 5'000'000'000",
"balance of wallet {} is {} but should be 50_000_000_000",
i,
balance
);
Expand Down

0 comments on commit 3de435e

Please sign in to comment.