tracks/haskell/exercises/pov/test/Tests.hs in trackler-2.1.0.9 vs tracks/haskell/exercises/pov/test/Tests.hs in trackler-2.1.0.10

- old
+ new

@@ -13,11 +13,9 @@ main = hspecWith defaultConfig {configFastFail = True} specs specs :: Spec specs = describe "pov" $ do - -- Test cases adapted from `exercism/x-common/pov` on 2016-11-06. - describe "fromPOV" $ do let cases = [ ("reparenting singleton" , singleton , Just singleton') , ("reparenting with sibling" , simple , Just simple' )