summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2015-03-29 02:20:38 -0400
committerjoe <joe@jerkface.net>2015-03-29 02:20:38 -0400
commitaeaabf8b0a9a3942eb665b62e7ae8f97ada69fdf (patch)
tree1d9cbefa446f1ffd3ab149ea248b129f92c0f5a5 /tests/Network/BitTorrent
parentc88a76cb1c6ee7e54628b78a56f1a25415a39c30 (diff)
documentation fix stopNode -> closeNode
Diffstat (limited to 'tests/Network/BitTorrent')
-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 a5376c32..8c536352 100644
--- a/tests/Network/BitTorrent/DHT/SessionSpec.hs
+++ b/tests/Network/BitTorrent/DHT/SessionSpec.hs
@@ -42,7 +42,7 @@ nullLogger _ _ _ _ = return ()
42spec :: Spec 42spec :: Spec
43spec = do 43spec = do
44 describe "session" $ do 44 describe "session" $ do
45 it "is active until stopNode called" $ do 45 it "is active until closeNode called" $ do
46 node <- newNode [] def myAddr nullLogger 46 node <- newNode [] def myAddr nullLogger
47 runDHT node monadActive `shouldReturn` True 47 runDHT node monadActive `shouldReturn` True
48 runDHT node monadActive `shouldReturn` True 48 runDHT node monadActive `shouldReturn` True