Skip to content

Commit

Permalink
balance_of test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbelosix committed Jan 9, 2024
1 parent 527385d commit e76a28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rollup/tests/bank/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async fn send_test_create_token_tx(rpc_address: SocketAddr) -> Result<(), anyhow

let balance_response = sov_bank::BankRpcClient::<DefaultContext>::balance_of(
client.http(),
None,
user_address,
token_address,
)
Expand Down

0 comments on commit e76a28d

Please sign in to comment.