{- | Module : Spec.Governor Maintainer : connor@mlabs.city Description: Tests for Governor policy and validator Tests for Governor policy and validator -} module Spec.Governor (tests) where import Test.Tasty (TestTree) -------------------------------------------------------------------------------- tests :: [TestTree] tests = []