From 117f02a8e1dcda839e700d92e323a418c15522f5 Mon Sep 17 00:00:00 2001 From: Sam T Date: Fri, 16 Aug 2013 09:34:41 +0400 Subject: ~ Fix some warnings. --- tests/Main.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/Main.hs') diff --git a/tests/Main.hs b/tests/Main.hs index a968c487..fb69565d 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -52,11 +52,6 @@ prop_properBEncode _ expected = actual == Right expected where actual = decoded $ Lazy.toStrict $ encoded expected -prop_properJSON :: (FromJSON a, ToJSON a) => Eq a => T a -> a -> Bool -prop_properJSON _ expected = actual == Just expected - where - actual = JSON.decode $ JSON.encode expected - instance Arbitrary URI where arbitrary = pure $ fromJust $ parseURI "http://exsample.com:80/123365_asd" -- cgit v1.2.3