Function assertBallotConcernsParam
- assertBallotConcernsParam(paramSpec, questionSpec): void
 Parameters
- paramSpec: { 
    parameterName: string; 
    paramPath: unknown; 
}parameterName: string
paramPath: unknown
 - questionSpec: QuestionSpec<ParamChangeIssue<unknown>>
 
Returns void
assert that the parameter described by paramSpec is proposed to be changed in the question described by questionSpec.