Skip to content

Commit

Permalink
tests: dont check local balance now, as we don't actively get_history…
Browse files Browse the repository at this point in the history
… there.
  • Loading branch information
joshuef committed Jun 21, 2021
1 parent 37e47c6 commit f5d0b81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/client_api/transfers/balance_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ mod tests {
)),
}?;

// Unchanged balances - local and network.
assert_eq!(client.get_local_balance().await, Token::from_str("10")?);

let _ = retry_loop_for_pattern!( client.get_balance(), Ok(bal) if *bal == Token::from_str("10")?);

Ok(())
Expand Down

0 comments on commit f5d0b81

Please sign in to comment.