Skip to content

Commit

Permalink
fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jul 23, 2024
1 parent e17a535 commit 2ffe30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1491,15 +1491,15 @@ mod tests {
};

use super::{create_client, FfiMessage, FfiMessageCallback, FfiXmtpClient};
use ethers::{types::PreStateMode, utils::hex};
use ethers::utils::hex;
use ethers_core::rand::{
self,
distributions::{Alphanumeric, DistString},
};
use tokio::{sync::Notify, time::error::Elapsed};
use xmtp_cryptography::{signature::RecoverableSignature, utils::rng};
use xmtp_id::associations::generate_inbox_id;
use xmtp_mls::{groups::PreconfiguredPolicies, storage::EncryptionKey, InboxOwner};
use xmtp_mls::{storage::EncryptionKey, InboxOwner};

#[derive(Clone)]
pub struct LocalWalletInboxOwner {
Expand Down

0 comments on commit 2ffe30e

Please sign in to comment.