6 lines
112 B
Haskell
6 lines
112 B
Haskell
module Spec.Effect.GovernorMutation (tests) where
|
|
|
|
import Test.Tasty (TestTree)
|
|
|
|
tests :: [TestTree]
|
|
tests = []
|