diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-02 23:32:01 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-02 23:32:01 +0400 |
commit | 8815a137d8300d62a897154ec4fd02917d22bcb3 (patch) | |
tree | 7d6448ce3cfa7029ff689be3f7e7007859200c9f /tests/Network/BitTorrent/DHT/RoutingSpec.hs | |
parent | 51e1c37e415e502902d58f8552ac09e379c12504 (diff) |
Update Routing table test
Diffstat (limited to 'tests/Network/BitTorrent/DHT/RoutingSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/DHT/RoutingSpec.hs | 2 |
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 | |||
9 | spec = do | 9 | spec = 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 |