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