module Spec.Treasury (tests) where import Test.Tasty (TestTree, testGroup) tests :: [TestTree] tests = [ testGroup "treasury" [] ]