Skip to content

Commit

Permalink
Fix bitcoin test
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Feb 14, 2024
1 parent 82e3688 commit f6e9960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ async fn bitcoin_test() {

tx.send(Some(())).await.unwrap();

let expected_balance = 989996871600000;
let expected_balance = 989996715180000;
let balance = poll_for_updated_balance(funded_accounts[0].address, expected_balance).await;
assert_eq!(balance, Amount::from(expected_balance));

Expand Down

0 comments on commit f6e9960

Please sign in to comment.