elynx-tree-0.3.0: test/ELynx/Data/Topology/RootedSpec.hs
-- |
-- Module : ELynx.Data.Topology.RootedSpec
-- Description : Unit tests for ELynx.Data.Topology.Rooted
-- Copyright : (c) Dominik Schrempf, 2020
-- License : GPL-3.0-or-later
--
-- Maintainer : dominik.schrempf@gmail.com
-- Stability : unstable
-- Portability : portable
--
-- Creation date: Sat Jul 18 13:58:16 2020.
module ELynx.Data.Topology.RootedSpec
( spec,
)
where
import Test.Hspec
spec :: Spec
spec =
describe "TODO" $
it "returns the original number when given a positive input" $
(1 :: Int) `shouldBe` 1