Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

People chain integration tests #6377

Merged
merged 20 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply fmt
rockbmb committed Nov 6, 2024
commit 2b2955da1edf55ba2b19c693bea2ebb436642b85
Original file line number Diff line number Diff line change
@@ -275,7 +275,7 @@ fn relay_commands_add_remove_username_authority() {
PeopleRuntime,
>::remove_username_authority {
authority: people_rococo_runtime::MultiAddress::Id(people_rococo_alice.clone()),
suffix: b"suffix1".into()
suffix: b"suffix1".into(),
});

let remove_authority_xcm_msg =
Original file line number Diff line number Diff line change
@@ -122,7 +122,9 @@ fn relay_commands_kill_identity() {

let kill_identity_call =
PeopleCall::Identity(pallet_identity::Call::<PeopleRuntime>::kill_identity {
target: people_westend_runtime::MultiAddress::Id(PeopleWestend::account_id_of(ALICE)),
target: people_westend_runtime::MultiAddress::Id(PeopleWestend::account_id_of(
ALICE,
)),
});

let xcm_message = RuntimeCall::XcmPallet(pallet_xcm::Call::<Runtime>::send {
@@ -275,7 +277,7 @@ fn relay_commands_add_remove_username_authority() {
PeopleRuntime,
>::remove_username_authority {
authority: people_westend_runtime::MultiAddress::Id(people_westend_alice.clone()),
suffix: b"suffix1".into()
suffix: b"suffix1".into(),
});

let remove_authority_xcm_msg =