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

main :: IO ()
IO ()
main = Spec -> IO ()
hspec Spec
tests

tests :: Spec
tests :: Spec
tests = String -> Spec -> Spec
forall a. HasCallStack => String -> SpecWith a -> SpecWith a
describe String
"EpochInfo" Spec
epochInfoTests