mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Update integration tests following event rename (#2700)
* ump.ExecutedUpward -> messageQueue.Processed * update lock file because
This commit is contained in:
@@ -97,10 +97,17 @@ tests:
|
||||
- name: polkadotXcm.Attempted
|
||||
threshold: *weight_threshold
|
||||
result: [{ Complete: { refTime: '539,494,000', proofSize: '7,133' }}]
|
||||
- name: ump.ExecutedUpward
|
||||
- name: messageQueue.Processed
|
||||
chain: *relay_chain
|
||||
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:
|
||||
balance_ap_sender_after:
|
||||
chain: *assets_parachain
|
||||
|
||||
@@ -98,10 +98,17 @@ tests:
|
||||
- name: polkadotXcm.Attempted
|
||||
threshold: *weight_threshold
|
||||
result: [{ Complete: { refTime: '533,283,000', proofSize: '7,096' }}]
|
||||
- name: ump.ExecutedUpward
|
||||
- name: messageQueue.Processed
|
||||
chain: *relay_chain
|
||||
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:
|
||||
balance_ap_sender_after:
|
||||
chain: *assets_parachain
|
||||
|
||||
+9
-2
@@ -130,10 +130,17 @@ tests:
|
||||
- name: balances.Withdraw
|
||||
chain: *relay_chain
|
||||
result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account
|
||||
- name: ump.ExecutedUpward
|
||||
- name: messageQueue.Processed
|
||||
chain: *relay_chain
|
||||
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:
|
||||
balance_rc_alice_3:
|
||||
chain: *relay_chain
|
||||
|
||||
Reference in New Issue
Block a user