governorDatumValid property
This commit is contained in:
parent
e037f3f5f0
commit
071a6ca7cc
4 changed files with 125 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue