From 8815a137d8300d62a897154ec4fd02917d22bcb3 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 2 Jan 2014 23:32:01 +0400 Subject: Update Routing table test --- tests/Network/BitTorrent/DHT/RoutingSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 spec = do describe "size" $ do it "null table is empty" $ do - T.size (nullTable def :: Table IPv4) `shouldBe` 0 \ No newline at end of file + T.size (nullTable def 2 :: Table IPv4) `shouldBe` 0 \ No newline at end of file -- cgit v1.2.3