Skip to content

Commit

Permalink
GH-606: Expect the correct wallet balances
Browse files Browse the repository at this point in the history
  • Loading branch information
masqrauder committed Sep 6, 2024
1 parent 3873fd1 commit e6dca01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multinode_integration_tests/tests/verify_bill_payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn verify_bill_payment() {
assert_balances(
&contract_owner_wallet,
&blockchain_interface,
"99998043204000000000",
"99998381140000000000",
"472000000000000000000000000",
);
let payment_thresholds = PaymentThresholds {
Expand Down Expand Up @@ -189,7 +189,7 @@ fn verify_bill_payment() {
assert_balances(
&contract_owner_wallet,
&blockchain_interface,
"99998043204000000000",
"99998381140000000000",
"472000000000000000000000000",
);

Expand Down Expand Up @@ -235,7 +235,7 @@ fn verify_bill_payment() {
assert_balances(
&contract_owner_wallet,
&blockchain_interface,
"99997886466000000000",
"99995074522000000000",
"471999999700000000000000000",
);

Expand Down

0 comments on commit e6dca01

Please sign in to comment.