Skip to content

Commit

Permalink
Last cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Apr 4, 2024
1 parent 14f2ea5 commit a5ad451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn test_attestation_creation_from_asset_hub_successful() {
Peregrine,
vec![
PeregrineRuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::Success { .. }) => {},
PeregrineRuntimeEvent::Attestation(attestation::Event::AttestationCreated { attester, claim_hash, authorization: _ , ctype_hash }) => {
PeregrineRuntimeEvent::Attestation(attestation::Event::AttestationCreated(attester, claim_hash, ctype_hash, _)) => {
attester: attester == &asset_hub_sovereign_account,
claim_hash: claim_hash == &claim_hash_value,
ctype_hash: ctype_hash == &ctype_hash_value,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn test_attestation_creation_from_asset_hub_successful() {
Spiritnet,
vec![
SpiritnetRuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::Success { .. }) => {},
SpiritnetRuntimeEvent::Attestation(attestation::Event::AttestationCreated { attester, claim_hash, authorization: _ , ctype_hash }) => {
SpiritnetRuntimeEvent::Attestation(attestation::Event::AttestationCreated(attester, claim_hash, ctype_hash, _)) => {
attester: attester == &asset_hub_sovereign_account,
claim_hash: claim_hash == &claim_hash_value,
ctype_hash: ctype_hash == &ctype_hash_value,
Expand Down

0 comments on commit a5ad451

Please sign in to comment.