Skip to content

Commit

Permalink
deps: Fix integration-tests deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Dec 1, 2023
1 parent 2378b59 commit dc1d46f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fudge = { workspace = true }
fudge-core = { workspace = true }
getrandom = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true }
lazy_static = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion runtime/integration-tests/src/generic/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use frame_support::{
Parameter,
};
use liquidity_pools_gateway_routers::DomainRouter;
use pallet_liquidity_pools::Router;
use pallet_transaction_payment::CurrencyAdapter;
use runtime_common::{
apis,
Expand Down

0 comments on commit dc1d46f

Please sign in to comment.