diff options
Diffstat (limited to 'tests/Network/BitTorrent/DHT')
-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 |