15 lines
339 B
Haskell
15 lines
339 B
Haskell
{- |
|
|
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 = []
|