mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Tuple changed to struct (#2791)
(also made some of the results to be in one line so they are similar to the others)
This commit is contained in:
+4
-12
@@ -109,9 +109,7 @@ tests:
|
||||
- name: dmpQueue.ExecutedDownward
|
||||
chain: *collectives_parachain
|
||||
threshold: *weight_threshold
|
||||
result: {
|
||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
||||
}
|
||||
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||
|
||||
- name: Alliance init call fails.
|
||||
actions:
|
||||
@@ -159,9 +157,7 @@ tests:
|
||||
- name: dmpQueue.ExecutedDownward
|
||||
chain: *collectives_parachain
|
||||
threshold: *weight_threshold
|
||||
result: {
|
||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
||||
}
|
||||
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||
|
||||
- name: Alliance disbanded and initialized again.
|
||||
actions:
|
||||
@@ -208,9 +204,7 @@ tests:
|
||||
- name: dmpQueue.ExecutedDownward
|
||||
chain: *collectives_parachain
|
||||
threshold: *weight_threshold
|
||||
result: {
|
||||
outcome: { Complete: { refTime: '3,321,495,872', proofSize: '181,779' }}
|
||||
}
|
||||
result: { outcome: { Complete: { refTime: '3,321,495,872', proofSize: '181,779' }}}
|
||||
- name: Alliance initiated, founders and fellows are set.
|
||||
actions:
|
||||
- extrinsics:
|
||||
@@ -255,6 +249,4 @@ tests:
|
||||
- name: dmpQueue.ExecutedDownward
|
||||
chain: *collectives_parachain
|
||||
threshold: *weight_threshold
|
||||
result: {
|
||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
||||
}
|
||||
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||
|
||||
Reference in New Issue
Block a user