diff options
Diffstat (limited to 'tests/Network/BitTorrent/DHT')
-rw-r--r-- | tests/Network/BitTorrent/DHT/TestData.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHT/TestData.hs b/tests/Network/BitTorrent/DHT/TestData.hs index 2e000a77..e9473cbb 100644 --- a/tests/Network/BitTorrent/DHT/TestData.hs +++ b/tests/Network/BitTorrent/DHT/TestData.hs | |||
@@ -3,7 +3,7 @@ module Network.BitTorrent.DHT.TestData | |||
3 | , testTorrents | 3 | , testTorrents |
4 | ) where | 4 | ) where |
5 | 5 | ||
6 | import Data.Torrent.InfoHash | 6 | import Data.Torrent |
7 | 7 | ||
8 | data TestEntry = TestEntry | 8 | data TestEntry = TestEntry |
9 | { entryName :: String | 9 | { entryName :: String |