add the rest of the tests

They won't pass for some reasons, unfortunately.
This commit is contained in:
fanghr 2022-05-05 19:39:12 +08:00
parent 07ff2168b8
commit e15e0bbe84
2 changed files with 16 additions and 4 deletions

View file

@ -8,7 +8,7 @@ This module tests primarily the happy path for Governor interactions
module Spec.Sample.Governor (
createProposal,
mutateState,
mintGAT,
mintGATs,
mintGST,
) where
@ -268,8 +268,8 @@ createProposal =
}
-- | This script context should be a valid transaction.
mintGAT :: ScriptContext
mintGAT =
mintGATs :: ScriptContext
mintGATs =
let pst = Value.singleton proposalPolicySymbol "" 1
gst = Value.assetClassValue govAssetClass 1
gat = Value.assetClassValue atAssetClass 1