Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Feb 13, 2024
1 parent 7c8a3ad commit 03e27c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions smoketest/tests/send_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ use snowbridge_smoketest::{
},
},
};
use sp_core::Encode;
use subxt::utils::AccountId32;
use subxt::{ext::codec::Encode, utils::AccountId32};

#[tokio::test]
async fn send_token() {
Expand Down
2 changes: 1 addition & 1 deletion smoketest/tests/send_token_to_penpal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use snowbridge_smoketest::{
penpal::{self, api::foreign_assets::events::Issued as PenpalIssued},
},
};
use sp_core::Encode;
use subxt::{
ext::codec::Encode,
tx::PairSigner,
utils::{AccountId32, MultiAddress},
OnlineClient,
Expand Down

0 comments on commit 03e27c0

Please sign in to comment.