diff options
Diffstat (limited to 'tests/Network/BitTorrent/DHTSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/DHTSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHTSpec.hs b/tests/Network/BitTorrent/DHTSpec.hs index 76b48257..30abc867 100644 --- a/tests/Network/BitTorrent/DHTSpec.hs +++ b/tests/Network/BitTorrent/DHTSpec.hs | |||
@@ -6,7 +6,7 @@ import Data.List as L | |||
6 | import Test.Hspec | 6 | import Test.Hspec |
7 | import System.Timeout | 7 | import System.Timeout |
8 | 8 | ||
9 | import Data.Torrent.InfoHash | 9 | import Data.Torrent |
10 | import Network.BitTorrent.DHT | 10 | import Network.BitTorrent.DHT |
11 | 11 | ||
12 | 12 | ||