diff options
Diffstat (limited to 'tests/Network/BitTorrent/Core')
-rw-r--r-- | tests/Network/BitTorrent/Core/PeerIdSpec.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Core/PeerIdSpec.hs b/tests/Network/BitTorrent/Core/PeerIdSpec.hs index 7ed8a976..7153ef68 100644 --- a/tests/Network/BitTorrent/Core/PeerIdSpec.hs +++ b/tests/Network/BitTorrent/Core/PeerIdSpec.hs | |||
@@ -2,6 +2,7 @@ module Network.BitTorrent.Core.PeerIdSpec (spec) where | |||
2 | import Control.Applicative | 2 | import Control.Applicative |
3 | import Test.Hspec | 3 | import Test.Hspec |
4 | import Test.QuickCheck | 4 | import Test.QuickCheck |
5 | import Test.QuickCheck.Instances | ||
5 | import Network.BitTorrent.Core.PeerId | 6 | import Network.BitTorrent.Core.PeerId |
6 | 7 | ||
7 | 8 | ||