refactor Spec.Sample.Shared with bridges

This commit is contained in:
fanghr 2022-04-30 18:13:11 +08:00
parent 62bd2dee28
commit f62189c38d
2 changed files with 14 additions and 26 deletions

View file

@ -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
]