fix broken tests/samples
This commit is contained in:
parent
9bc2acb9ca
commit
c6c93f587a
8 changed files with 93 additions and 38 deletions
|
|
@ -38,19 +38,34 @@ tests =
|
|||
[ validatorSucceedsWith
|
||||
"proposal creation"
|
||||
(governorValidator Shared.governor)
|
||||
(GovernorDatum Shared.defaultProposalThresholds (ProposalId 0) Shared.defaultProposalTimingConfig)
|
||||
( GovernorDatum
|
||||
Shared.defaultProposalThresholds
|
||||
(ProposalId 0)
|
||||
Shared.defaultProposalTimingConfig
|
||||
Shared.defaultCreateProposalTimeRangeMaxDuration
|
||||
)
|
||||
CreateProposal
|
||||
createProposal
|
||||
, validatorSucceedsWith
|
||||
"GATs minting"
|
||||
(governorValidator Shared.governor)
|
||||
(GovernorDatum Shared.defaultProposalThresholds (ProposalId 5) Shared.defaultProposalTimingConfig)
|
||||
( GovernorDatum
|
||||
Shared.defaultProposalThresholds
|
||||
(ProposalId 5)
|
||||
Shared.defaultProposalTimingConfig
|
||||
Shared.defaultCreateProposalTimeRangeMaxDuration
|
||||
)
|
||||
MintGATs
|
||||
mintGATs
|
||||
, validatorSucceedsWith
|
||||
"mutate governor state"
|
||||
(governorValidator Shared.governor)
|
||||
(GovernorDatum Shared.defaultProposalThresholds (ProposalId 5) Shared.defaultProposalTimingConfig)
|
||||
( GovernorDatum
|
||||
Shared.defaultProposalThresholds
|
||||
(ProposalId 5)
|
||||
Shared.defaultProposalTimingConfig
|
||||
Shared.defaultCreateProposalTimeRangeMaxDuration
|
||||
)
|
||||
MutateGovernor
|
||||
mutateState
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue