Skip to content

Commit

Permalink
chore: remove forwarder integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jan 13, 2025
1 parent e5370b3 commit 05b77d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion runtime/integration-tests/src/cases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mod currency_conversions;
mod ethereum_transaction;
mod example;
mod foreign_investments;
mod forwarder;
mod investments;
mod loans;
mod lp;
Expand Down
45 changes: 0 additions & 45 deletions runtime/integration-tests/src/cases/forwarder.rs

This file was deleted.

1 change: 0 additions & 1 deletion runtime/integration-tests/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ pub trait Runtime:
Balance = Balance,
Rewards = pallet_rewards::Pallet<Self, instances::BlockRewards>,
> + pallet_axelar_router::Config
+ pallet_liquidity_pools_forwarder::Config<Message = Message, RouterId = RouterId>
+ pallet_token_mux::Config<
BalanceIn = Balance,
BalanceOut = Balance,
Expand Down

0 comments on commit 05b77d6

Please sign in to comment.