agora/agora-test/Spec/Treasury.hs
2022-03-18 10:59:46 +00:00

10 lines
144 B
Haskell

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