Skip to content

Commit

Permalink
asset-hubs: fix emulated tests and deduplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
acatangiu committed Sep 29, 2023
1 parent 9d0dbda commit 052f026
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 585 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub type RelayToSystemParaTest = Test<Kusama, AssetHubKusama>;
pub type SystemParaToRelayTest = Test<AssetHubKusama, Kusama>;
pub type SystemParaToParaTest = Test<AssetHubKusama, PenpalKusamaA>;

/// Returns a `TestArgs` instance to de used for the Relay Chain across integration tests
/// Returns a `TestArgs` instance to be used for the Relay Chain across integration tests
pub fn relay_test_args(amount: Balance) -> TestArgs {
TestArgs {
dest: Kusama::child_location_of(AssetHubKusama::para_id()),
Expand Down
Loading

0 comments on commit 052f026

Please sign in to comment.