switch to TermCont; fix a bunch of compilation errors; format
This commit is contained in:
parent
2e21e4c94a
commit
1e55827d8b
4 changed files with 32 additions and 24 deletions
|
|
@ -4,10 +4,10 @@ import Agora.Effect.GovernorMutation (MutateGovernorDatum (..), mutateGovernorVa
|
|||
import Agora.Governor (GovernorDatum (..))
|
||||
import Agora.Proposal (ProposalId (..))
|
||||
import Plutus.V1.Ledger.Api (TxOutRef (..))
|
||||
import Spec.Sample.Effect.GovernorMutation
|
||||
import Spec.Sample.Shared
|
||||
import Spec.Util (effectSucceedsWith)
|
||||
import Sample.Effect.GovernorMutation (validContext)
|
||||
import Sample.Shared (defaultProposalThresholds, governor)
|
||||
import Test.Tasty (TestTree, testGroup)
|
||||
import Test.Util (effectSucceedsWith)
|
||||
|
||||
tests :: [TestTree]
|
||||
tests =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue