Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 18, 2024
1 parent 5a17024 commit a58c8f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2128,8 +2128,9 @@ mod tests {
let real_inbox_id = client.inbox_id();

let from_network = get_inbox_id_for_address(
xmtp_api_grpc::LOCALHOST_ADDRESS.to_string(),
false,
connect_to_backend(xmtp_api_grpc::LOCALHOST_ADDRESS.to_string(), false)
.await
.unwrap(),
client.account_address.clone(),
)
.await
Expand Down

0 comments on commit a58c8f6

Please sign in to comment.