import Test.Cardano.Slotting.EpochInfo (epochInfoTests)
import Test.Tasty

main :: IO ()
IO ()
main = TestTree -> IO ()
defaultMain TestTree
tests

tests :: TestTree
tests :: TestTree
tests = TestName -> [TestTree] -> TestTree
testGroup TestName
"EpochInfo" [TestTree
epochInfoTests]