From 2ffe30e707e8daf9b4c71179973880e5982ecb88 Mon Sep 17 00:00:00 2001 From: cameronvoell Date: Tue, 23 Jul 2024 07:34:19 -0700 Subject: [PATCH] fix test imports --- bindings_ffi/src/mls.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings_ffi/src/mls.rs b/bindings_ffi/src/mls.rs index ba4c19f32..bde83c03e 100644 --- a/bindings_ffi/src/mls.rs +++ b/bindings_ffi/src/mls.rs @@ -1491,7 +1491,7 @@ 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}, @@ -1499,7 +1499,7 @@ mod tests { 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 {