Update integration tests following event rename (#2700)

* ump.ExecutedUpward -> messageQueue.Processed

* update lock file because
This commit is contained in:
Squirrel
2023-06-08 11:02:11 +01:00
committed by GitHub
parent a6597ba645
commit 29fa722f38
3 changed files with 27 additions and 6 deletions
@@ -97,10 +97,17 @@ tests:
- name: polkadotXcm.Attempted - name: polkadotXcm.Attempted
threshold: *weight_threshold threshold: *weight_threshold
result: [{ Complete: { refTime: '539,494,000', proofSize: '7,133' }}] result: [{ Complete: { refTime: '539,494,000', proofSize: '7,133' }}]
- name: ump.ExecutedUpward - name: messageQueue.Processed
chain: *relay_chain chain: *relay_chain
threshold: *weight_threshold threshold: *weight_threshold
result: [{ Complete: { refTime: '298,716,000', proofSize: 0 }}] result:
origin:
Ump:
Para: '1,000'
weightUsed:
refTime: '298,716,000'
proofSize: '0'
success: true
- queries: - queries:
balance_ap_sender_after: balance_ap_sender_after:
chain: *assets_parachain chain: *assets_parachain
@@ -98,10 +98,17 @@ tests:
- name: polkadotXcm.Attempted - name: polkadotXcm.Attempted
threshold: *weight_threshold threshold: *weight_threshold
result: [{ Complete: { refTime: '533,283,000', proofSize: '7,096' }}] result: [{ Complete: { refTime: '533,283,000', proofSize: '7,096' }}]
- name: ump.ExecutedUpward - name: messageQueue.Processed
chain: *relay_chain chain: *relay_chain
threshold: *weight_threshold threshold: *weight_threshold
result: [{ Complete: { refTime: '4,000,000,000', proofSize: 0 }}] result:
origin:
Ump:
Para: '1,000'
weightUsed:
refTime: '4,000,000,000'
proofSize: '0'
success: true
- queries: - queries:
balance_ap_sender_after: balance_ap_sender_after:
chain: *assets_parachain chain: *assets_parachain
@@ -130,10 +130,17 @@ tests:
- name: balances.Withdraw - name: balances.Withdraw
chain: *relay_chain chain: *relay_chain
result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account
- name: ump.ExecutedUpward - name: messageQueue.Processed
chain: *relay_chain chain: *relay_chain
threshold: *weight_threshold threshold: *weight_threshold
result: [{ Complete: { refTime: '4,000,000,000', proofSize: 0 }}] result:
origin:
Ump:
Para: '1,001'
weightUsed:
refTime: '4,000,000,000'
proofSize: '0'
success: true
- queries: - queries:
balance_rc_alice_3: balance_rc_alice_3:
chain: *relay_chain chain: *relay_chain