Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Feb 21, 2024
1 parent a41212f commit caa1ca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit caa1ca1

Please sign in to comment.