summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Exchange
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/Exchange')
-rw-r--r--tests/Network/BitTorrent/Exchange/ConnectionSpec.hs (renamed from tests/Network/BitTorrent/Exchange/WireSpec.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/Exchange/WireSpec.hs b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs
index 293e1bd6..c21f55ef 100644
--- a/tests/Network/BitTorrent/Exchange/WireSpec.hs
+++ b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs
@@ -1,6 +1,6 @@
1{-# LANGUAGE RecordWildCards #-} 1{-# LANGUAGE RecordWildCards #-}
2{-# OPTIONS_GHC -fno-warn-orphans #-} 2{-# OPTIONS_GHC -fno-warn-orphans #-}
3module Network.BitTorrent.Exchange.WireSpec (spec) where 3module Network.BitTorrent.Exchange.ConnectionSpec (spec) where
4import Control.Applicative 4import Control.Applicative
5import Control.Monad.Trans 5import Control.Monad.Trans
6import Data.Default 6import Data.Default
@@ -10,8 +10,8 @@ import Test.QuickCheck
10import Data.Torrent 10import Data.Torrent
11import Data.Torrent.InfoHash 11import Data.Torrent.InfoHash
12import Network.BitTorrent.Core 12import Network.BitTorrent.Core
13import Network.BitTorrent.Exchange.Connection
13import Network.BitTorrent.Exchange.Message 14import Network.BitTorrent.Exchange.Message
14import Network.BitTorrent.Exchange.Wire
15 15
16import Config 16import Config
17import Network.BitTorrent.Exchange.MessageSpec () 17import Network.BitTorrent.Exchange.MessageSpec ()