Skip to content

Commit

Permalink
chore(its): remove unused IntoVal imports (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli authored Jan 23, 2025
1 parent 51a638a commit d68aa73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::Address as _;
use soroban_sdk::{Address, BytesN, Env, IntoVal};
use soroban_sdk::{Address, BytesN, Env};
use soroban_token_sdk::metadata::TokenMetadata;
use stellar_axelar_std::address::AddressExt;
use stellar_axelar_std::{assert_auth, assert_auth_err, assert_contract_err, events};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::Address as _;
use soroban_sdk::{token, vec, Address, Bytes, BytesN, IntoVal, String};
use soroban_sdk::{token, vec, Address, Bytes, BytesN, String};
use stellar_axelar_gateway::testutils::{generate_proof, get_approve_hash};
use stellar_axelar_gateway::types::Message as GatewayMessage;
use stellar_axelar_std::address::AddressExt;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::{Address as _, Ledger as _};
use soroban_sdk::{vec, Address, Bytes, BytesN, Env, IntoVal, String};
use soroban_sdk::{vec, Address, Bytes, BytesN, Env, String};
use stellar_axelar_gas_service::testutils::setup_gas_token;
use stellar_axelar_gateway::testutils::{approve_gateway_messages, TestSignerSet};
use stellar_axelar_gateway::types::Message as GatewayMessage;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::Address as _;
use soroban_sdk::{Address, IntoVal};
use soroban_sdk::Address;
use stellar_axelar_std::{assert_auth, assert_auth_err, events};

use super::utils::setup_env;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::Address as _;
use soroban_sdk::{Address, IntoVal, String};
use soroban_sdk::{Address, String};
use stellar_axelar_std::{assert_auth, assert_auth_err, assert_contract_err, events};

use super::utils::setup_env;
Expand Down

0 comments on commit d68aa73

Please sign in to comment.