add samples: proposalCreation, mutateState and mintGAT

This commit is contained in:
fanghr 2022-05-03 18:38:06 +08:00
parent 63c87667c3
commit c404cef850
5 changed files with 510 additions and 6 deletions

View file

@ -7,7 +7,7 @@ Tests for Governor policy and validator
-}
module Spec.Governor (tests) where
import Test.Tasty (TestTree, testGroup)
import Test.Tasty (TestTree)
--------------------------------------------------------------------------------