Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Feb 22, 2024
1 parent 986c240 commit 1ab7e1d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib-xps/tests/it/messaging.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
use anyhow::Error;

use ethers::utils::keccak256;
use ethers::types::{Bytes, U256};
use ethers::signers::LocalWallet;
use crate::integration_util::*;
use ethers::signers::LocalWallet;
use ethers::types::{Bytes, U256};
use ethers::utils::keccak256;
use lib_xps::rpc::XpsClient;
use messaging::ConversationSignerExt;
use xps_types::{Message, Status};



#[tokio::test]
async fn test_send_message() -> Result<(), Error> {
with_xps_client(None, None, |client, context, _resolver, anvil| async move {
Expand Down Expand Up @@ -89,4 +87,3 @@ async fn test_send_message_fail() -> Result<(), Error> {
})
.await
}

0 comments on commit 1ab7e1d

Please sign in to comment.