refactor Spec.Sample.Shared with bridges
This commit is contained in:
parent
62bd2dee28
commit
f62189c38d
2 changed files with 14 additions and 26 deletions
|
|
@ -12,6 +12,7 @@ module Spec.Proposal (tests) where
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
import Agora.Proposal (
|
||||
Proposal (..),
|
||||
ProposalDatum (ProposalDatum),
|
||||
ProposalId (ProposalId),
|
||||
ProposalRedeemer (Cosign),
|
||||
|
|
@ -49,7 +50,7 @@ tests =
|
|||
"policy"
|
||||
[ policySucceedsWith
|
||||
"proposalCreation"
|
||||
(proposalPolicy Shared.proposal)
|
||||
(proposalPolicy Shared.proposal.governorSTAssetClass)
|
||||
()
|
||||
Proposal.proposalCreation
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue