diff options
Diffstat (limited to 'tests/Network/BitTorrent/Tracker/RPC')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs index 8a1ffc01..1ec3bdb7 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | |||
@@ -9,7 +9,7 @@ import Data.List as L | |||
9 | import Data.Maybe | 9 | import Data.Maybe |
10 | import Test.Hspec | 10 | import Test.Hspec |
11 | 11 | ||
12 | import Network.BitTorrent.Core | 12 | import Network.BitTorrent.Address |
13 | import Network.BitTorrent.Tracker.Message as Message | 13 | import Network.BitTorrent.Tracker.Message as Message |
14 | 14 | ||
15 | import Network.BitTorrent.Tracker.TestData | 15 | import Network.BitTorrent.Tracker.TestData |