summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHT/SessionSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/DHT/SessionSpec.hs')
-rw-r--r--tests/Network/BitTorrent/DHT/SessionSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHT/SessionSpec.hs b/tests/Network/BitTorrent/DHT/SessionSpec.hs
index c936dd1b..41852763 100644
--- a/tests/Network/BitTorrent/DHT/SessionSpec.hs
+++ b/tests/Network/BitTorrent/DHT/SessionSpec.hs
@@ -64,7 +64,7 @@ spec = do
64 property $ \ (nid :: NodeId) -> do 64 property $ \ (nid :: NodeId) -> do
65 let info = NodeInfo nid myAddr 65 let info = NodeInfo nid myAddr
66 closest <- simpleDHT $ do 66 closest <- simpleDHT $ do
67 insertNode info 67 _ <- insertNode info
68 liftIO $ yield 68 liftIO $ yield
69 getClosest nid 69 getClosest nid
70 closest `shouldSatisfy` L.elem info 70 closest `shouldSatisfy` L.elem info