remove incorrect votes check
This commit is contained in:
parent
0ab1a0a440
commit
3e612135df
1 changed files with 0 additions and 3 deletions
|
|
@ -419,9 +419,6 @@ governorValidator gov =
|
||||||
passert "Invalid thresholds in proposal datum" $
|
passert "Invalid thresholds in proposal datum" $
|
||||||
outputProposalDatum.thresholds #== oldParams.proposalThresholds
|
outputProposalDatum.thresholds #== oldParams.proposalThresholds
|
||||||
|
|
||||||
passert "Initial proposal votes should be empty" $
|
|
||||||
pnull #$ pto $ pto $ pfromData outputProposalDatum.votes
|
|
||||||
|
|
||||||
passert "Proposal state should be draft" $
|
passert "Proposal state should be draft" $
|
||||||
outputProposalDatum.status #== pconstantData Draft
|
outputProposalDatum.status #== pconstantData Draft
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue