Skip to content

Commit

Permalink
Bring back assert
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 1, 2023
1 parent 619e8b1 commit c691b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/tests/wallet/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ async fn balance_transfer() -> Result<()> {
// Balance should have transferred entirely
let balance_1_sync = wallet_1.sync(None).await?;
assert!(balance_1.base_coin().available() > 0);
assert_eq!(balance_1, balance_1_sync);

tear_down(storage_path_0)?;
tear_down(storage_path_1)?;
Expand Down

0 comments on commit c691b2c

Please sign in to comment.