summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHT/QuerySpec.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-05 00:35:47 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-05 00:35:47 +0400
commit3c7f12c10caca196a970c0cc8b6c46945c9dee58 (patch)
treee5a4f8d2d29828ecee64c18881322a3cb7602b93 /tests/Network/BitTorrent/DHT/QuerySpec.hs
parent6794c6843e625a3b61fec48e54167a13f5fd093b (diff)
Minor refactoring
Diffstat (limited to 'tests/Network/BitTorrent/DHT/QuerySpec.hs')
-rw-r--r--tests/Network/BitTorrent/DHT/QuerySpec.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/DHT/QuerySpec.hs b/tests/Network/BitTorrent/DHT/QuerySpec.hs
index 33114b40..d25bd120 100644
--- a/tests/Network/BitTorrent/DHT/QuerySpec.hs
+++ b/tests/Network/BitTorrent/DHT/QuerySpec.hs
@@ -18,7 +18,7 @@ import Network.BitTorrent.DHT.TestData
18 18
19 19
20myAddr :: NodeAddr IPv4 20myAddr :: NodeAddr IPv4
21myAddr = "0.0.0.0:8000" 21myAddr = "0.0.0.0:0"
22 22
23nullLogger :: LogFun 23nullLogger :: LogFun
24nullLogger _ _ _ _ = return () 24nullLogger _ _ _ _ = return ()
@@ -37,7 +37,7 @@ getBootInfo = do
37 simpleDHT [] $ pingQ startAddr 37 simpleDHT [] $ pingQ startAddr
38 38
39spec :: Spec 39spec :: Spec
40spec = do 40spec = parallel $ do
41 describe "environment" $ do 41 describe "environment" $ do
42 describe "test node" $ do 42 describe "test node" $ do
43 it "is alive" $ do 43 it "is alive" $ do