governorDatumValid property

This commit is contained in:
Seungheon Oh 2022-06-16 13:07:45 -05:00
parent e037f3f5f0
commit 071a6ca7cc
4 changed files with 125 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import Test.Tasty (defaultMain, testGroup)
--------------------------------------------------------------------------------
import Property.Governor qualified as Governer
import Property.MultiSig qualified as MultiSig
import Spec.AuthorityToken qualified as AuthorityToken
import Spec.Effect.GovernorMutation qualified as GovernorMutation
@ -37,6 +38,7 @@ main = do
, toTestTree $ group "Treasury tests" Treasury.specs
, toTestTree $ group "AuthorityToken tests" AuthorityToken.specs
, toTestTree $ group "Governor tests" Governor.specs
, testGroup "Governor properties" Governer.props
, testGroup
"Utility tests"
Utils.tests