Skip to content

Commit 052f026

Browse files
committed
asset-hubs: fix emulated tests and deduplicate code
1 parent 9d0dbda commit 052f026

5 files changed

Lines changed: 298 additions & 585 deletions

File tree

cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub type RelayToSystemParaTest = Test<Kusama, AssetHubKusama>;
4949
pub type SystemParaToRelayTest = Test<AssetHubKusama, Kusama>;
5050
pub type SystemParaToParaTest = Test<AssetHubKusama, PenpalKusamaA>;
5151

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

0 commit comments

Comments
 (0)