store timing config in the proposal datum
.... and mock the value upon creation for now
This commit is contained in:
parent
cf51d47a0d
commit
92c64f8d7a
8 changed files with 68 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ module Spec.Proposal (tests) where
|
|||
|
||||
import Agora.Proposal (
|
||||
Proposal (..),
|
||||
ProposalDatum (ProposalDatum),
|
||||
ProposalDatum (..),
|
||||
ProposalId (ProposalId),
|
||||
ProposalRedeemer (Cosign),
|
||||
ProposalStatus (Draft),
|
||||
|
|
@ -77,6 +77,7 @@ tests =
|
|||
[ (ResultTag 0, AssocMap.empty)
|
||||
, (ResultTag 1, AssocMap.empty)
|
||||
]
|
||||
, timingConfig = Shared.proposalTimingConfig
|
||||
}
|
||||
)
|
||||
(Cosign [signer2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue