diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/tests/tests.rs b/system-parachains/asset-hubs/asset-hub-polkadot/tests/tests.rs index 0a2f6cb9d9..9bbc9ff3b2 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/tests/tests.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/tests/tests.rs @@ -829,7 +829,7 @@ fn change_xcm_bridge_hub_router_byte_fee_by_governance_works() { } #[test] -fn treasury_pallet_account_not_non() { +fn treasury_pallet_account_not_none() { assert_eq!( RelayTreasuryPalletAccount::get(), LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap() diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/src/xcm_config.rs b/system-parachains/bridge-hubs/bridge-hub-kusama/src/xcm_config.rs index 1daa5ee66d..80f78555f8 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/src/xcm_config.rs +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/src/xcm_config.rs @@ -347,7 +347,7 @@ impl cumulus_pallet_xcm::Config for Runtime { } #[test] -fn treasury_pallet_account_not_non() { +fn treasury_pallet_account_not_none() { assert_eq!( RelayTreasuryPalletAccount::get(), LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap() diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/tests/tests.rs b/system-parachains/bridge-hubs/bridge-hub-kusama/tests/tests.rs index 1f08d52f4c..f01e585359 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/tests/tests.rs +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/tests/tests.rs @@ -318,7 +318,7 @@ pub fn can_calculate_fee_for_complex_message_delivery_transaction() {} pub fn can_calculate_fee_for_complex_message_confirmation_transaction() {} #[test] -fn treasury_pallet_account_not_non() { +fn treasury_pallet_account_not_none() { assert_eq!( RelayTreasuryPalletAccount::get(), LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap() diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/tests.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/tests.rs index f35a8b63fc..0af678360b 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/tests.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/tests.rs @@ -318,7 +318,7 @@ pub fn can_calculate_fee_for_complex_message_delivery_transaction() {} pub fn can_calculate_fee_for_complex_message_confirmation_transaction() {} #[test] -fn treasury_pallet_account_not_non() { +fn treasury_pallet_account_not_none() { assert_eq!( RelayTreasuryPalletAccount::get(), LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap() diff --git a/system-parachains/collectives/collectives-polkadot/src/xcm_config.rs b/system-parachains/collectives/collectives-polkadot/src/xcm_config.rs index 9c3d54ef27..b6b523c2b8 100644 --- a/system-parachains/collectives/collectives-polkadot/src/xcm_config.rs +++ b/system-parachains/collectives/collectives-polkadot/src/xcm_config.rs @@ -373,7 +373,7 @@ impl cumulus_pallet_xcm::Config for Runtime { } #[test] -fn treasury_pallet_account_not_non() { +fn treasury_pallet_account_not_none() { assert_eq!( RelayTreasuryPalletAccount::get(), LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap()