tracks/haskell/exercises/binary-search-tree/test/Tests.hs in trackler-2.1.0.9 vs tracks/haskell/exercises/binary-search-tree/test/Tests.hs in trackler-2.1.0.10

- old
+ new

@@ -16,12 +16,9 @@ main = hspecWith defaultConfig {configFastFail = True} specs specs :: Spec specs = describe "binary-seach-tree" $ do - -- As of 2016-08-03, there was no reference file - -- for the test cases in `exercism/x-common`. - let int4 = 4 :: Int let noInts = [] :: [Int] it "data is retained" $ bstValue (singleton int4) `shouldBe` Just 4