diff options
Diffstat (limited to 'tests/Data/Torrent')
-rw-r--r-- | tests/Data/Torrent/InfoHashSpec.hs | 2 | ||||
-rw-r--r-- | tests/Data/Torrent/MagnetSpec.hs | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/Data/Torrent/InfoHashSpec.hs b/tests/Data/Torrent/InfoHashSpec.hs index 06570ec9..9accc741 100644 --- a/tests/Data/Torrent/InfoHashSpec.hs +++ b/tests/Data/Torrent/InfoHashSpec.hs | |||
@@ -10,8 +10,6 @@ import Test.QuickCheck | |||
10 | import Test.QuickCheck.Instances () | 10 | import Test.QuickCheck.Instances () |
11 | 11 | ||
12 | import Data.Torrent | 12 | import Data.Torrent |
13 | import Data.Torrent.InfoHash as IH | ||
14 | |||
15 | 13 | ||
16 | instance Arbitrary InfoHash where | 14 | instance Arbitrary InfoHash where |
17 | arbitrary = do | 15 | arbitrary = do |
diff --git a/tests/Data/Torrent/MagnetSpec.hs b/tests/Data/Torrent/MagnetSpec.hs index 13554455..838df570 100644 --- a/tests/Data/Torrent/MagnetSpec.hs +++ b/tests/Data/Torrent/MagnetSpec.hs | |||
@@ -9,7 +9,7 @@ import Test.QuickCheck | |||
9 | import Test.QuickCheck.Instances () | 9 | import Test.QuickCheck.Instances () |
10 | import Network.URI | 10 | import Network.URI |
11 | 11 | ||
12 | import Data.Torrent.Magnet | 12 | import Data.Torrent |
13 | import Data.Torrent.InfoHashSpec () | 13 | import Data.Torrent.InfoHashSpec () |
14 | 14 | ||
15 | 15 | ||