Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoPal committed Mar 28, 2024
1 parent aa5275b commit 7786be2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
pub use xcm::{prelude::*, v3};

// Cumulus
pub use emulated_integration_tests_common::{accounts::ALICE, xcm_emulator::{
assert_expected_events, bx, Chain, RelayChain as Relay, TestExt,
}};
pub use emulated_integration_tests_common::{
accounts::ALICE,
xcm_emulator::{assert_expected_events, bx, Chain, RelayChain as Relay, TestExt},
};
pub use polkadot_system_emulated_network::{
asset_hub_polkadot_emulated_chain::AssetHubPolkadotParaPallet as AssetHubPolkadotPallet,
collectives_polkadot_emulated_chain::CollectivesPolkadotParaPallet as CollectivesPolkadotPallet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@

use crate::*;
use collectives_polkadot_runtime::fellowship::FellowshipSalaryPaymaster;
use frame_support::{assert_ok, traits::{
fungibles::{Create, Mutate},
tokens::Pay,
}};
use sp_core::crypto::Ss58Codec;
use frame_support::{
assert_ok,
traits::{
fungibles::{Create, Mutate},
tokens::Pay,
},
};
use parachains_common::AccountId;
use sp_core::crypto::Ss58Codec;

#[test]
fn pay_salary() {
Expand Down

0 comments on commit 7786be2

Please sign in to comment.