Skip to content

Commit

Permalink
integration-test: Move LP development gateway tests to generic framework
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Dec 12, 2023
1 parent e17fff9 commit 658ad6f
Show file tree
Hide file tree
Showing 14 changed files with 348 additions and 1,108 deletions.
363 changes: 346 additions & 17 deletions runtime/integration-tests/src/generic/cases/liquidity_pools.rs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion runtime/integration-tests/src/generic/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ pub trait Runtime:
+ Clone
+ OriginTrait<Call = <Self as frame_system::Config>::RuntimeCall>
+ From<pallet_ethereum::RawOrigin>
+ Into<Result<pallet_ethereum::Origin, <Self as frame_system::Config>::RuntimeOrigin>>;
+ Into<Result<pallet_ethereum::Origin, <Self as frame_system::Config>::RuntimeOrigin>>
+ From<pallet_liquidity_pools_gateway::GatewayOrigin>;

type CurrencyExt: Currency<Self::AccountId, Balance = Balance>;

Expand Down
1 change: 0 additions & 1 deletion runtime/integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

mod evm;
mod generic;
mod liquidity_pools;
mod rewards;
mod runtime_apis;
mod utils;
Expand Down
261 changes: 0 additions & 261 deletions runtime/integration-tests/src/liquidity_pools/gateway.rs

This file was deleted.

14 changes: 0 additions & 14 deletions runtime/integration-tests/src/liquidity_pools/mod.rs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 658ad6f

Please sign in to comment.