summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHT
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/DHT')
-rw-r--r--tests/Network/BitTorrent/DHT/RoutingSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHT/RoutingSpec.hs b/tests/Network/BitTorrent/DHT/RoutingSpec.hs
index 10b00ace..e032e27d 100644
--- a/tests/Network/BitTorrent/DHT/RoutingSpec.hs
+++ b/tests/Network/BitTorrent/DHT/RoutingSpec.hs
@@ -9,4 +9,4 @@ spec :: Spec
9spec = do 9spec = do
10 describe "size" $ do 10 describe "size" $ do
11 it "null table is empty" $ do 11 it "null table is empty" $ do
12 T.size (nullTable def :: Table IPv4) `shouldBe` 0 \ No newline at end of file 12 T.size (nullTable def 2 :: Table IPv4) `shouldBe` 0 \ No newline at end of file