From 76f8ae65d404e1489b2e8186fd8e70f18c0221da Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 6 Feb 2014 21:49:59 +0400 Subject: Fix warning --- tests/Network/BitTorrent/Tracker/RPCSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Network/BitTorrent/Tracker') diff --git a/tests/Network/BitTorrent/Tracker/RPCSpec.hs b/tests/Network/BitTorrent/Tracker/RPCSpec.hs index 340754d3..da4a0878 100644 --- a/tests/Network/BitTorrent/Tracker/RPCSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPCSpec.hs @@ -30,7 +30,7 @@ spec = do it "have valid response" $ do withManager def pinfo $ \ mgr -> do q <- arbitrarySample - info <- announce mgr uri q + _ <- announce mgr uri q return () describe "scrape" $ do -- cgit v1.2.3