Skip to content

Commit a5ad451

Browse files
committed
Last cleanups
1 parent 14f2ea5 commit a5ad451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn test_attestation_creation_from_asset_hub_successful() {
112112
Peregrine,
113113
vec![
114114
PeregrineRuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::Success { .. }) => {},
115-
PeregrineRuntimeEvent::Attestation(attestation::Event::AttestationCreated { attester, claim_hash, authorization: _ , ctype_hash }) => {
115+
PeregrineRuntimeEvent::Attestation(attestation::Event::AttestationCreated(attester, claim_hash, ctype_hash, _)) => {
116116
attester: attester == &asset_hub_sovereign_account,
117117
claim_hash: claim_hash == &claim_hash_value,
118118
ctype_hash: ctype_hash == &ctype_hash_value,

integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn test_attestation_creation_from_asset_hub_successful() {
112112
Spiritnet,
113113
vec![
114114
SpiritnetRuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::Success { .. }) => {},
115-
SpiritnetRuntimeEvent::Attestation(attestation::Event::AttestationCreated { attester, claim_hash, authorization: _ , ctype_hash }) => {
115+
SpiritnetRuntimeEvent::Attestation(attestation::Event::AttestationCreated(attester, claim_hash, ctype_hash, _)) => {
116116
attester: attester == &asset_hub_sovereign_account,
117117
claim_hash: claim_hash == &claim_hash_value,
118118
ctype_hash: ctype_hash == &ctype_hash_value,

0 commit comments

Comments
 (0)