summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-02 23:32:01 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-02 23:32:01 +0400
commit8815a137d8300d62a897154ec4fd02917d22bcb3 (patch)
tree7d6448ce3cfa7029ff689be3f7e7007859200c9f /tests
parent51e1c37e415e502902d58f8552ac09e379c12504 (diff)
Update Routing table test
Diffstat (limited to 'tests')
-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