From 04e0945a2e0aa7786db34efaf77864add1328c8e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 24 Aug 2024 16:31:31 +0900 Subject: [PATCH] chore: update tests.rs arbitary -> arbitrary --- primitives/src/xcm/tests.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/primitives/src/xcm/tests.rs b/primitives/src/xcm/tests.rs index 480c98f8dd..1741a93aee 100644 --- a/primitives/src/xcm/tests.rs +++ b/primitives/src/xcm/tests.rs @@ -133,7 +133,7 @@ fn fixed_rate_of_foreign_asset_buy_is_ok() { }; let weight: Weight = Weight::from_parts(1_000_000_000, 0); let ctx = XcmContext { - // arbitary ML + // arbitrary ML origin: Some(Location::here()), message_id: XcmHash::default(), topic: None, @@ -255,7 +255,7 @@ fn fixed_rate_of_foreign_asset_buy_execution_fails() { }; let weight: Weight = Weight::from_parts(3_000_000_000, 0); let ctx = XcmContext { - // arbitary ML + // arbitrary ML origin: Some(Location::here()), message_id: XcmHash::default(), topic: None, @@ -298,7 +298,7 @@ fn fixed_rate_of_foreign_asset_refund_is_ok() { }; let weight: Weight = Weight::from_parts(1_000_000_000, 0); let ctx = XcmContext { - // arbitary ML + // arbitrary ML origin: Some(Location::here()), message_id: XcmHash::default(), topic: None,