summaryrefslogtreecommitdiff
path: root/tests/System/Torrent/StorageSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/System/Torrent/StorageSpec.hs')
-rw-r--r--tests/System/Torrent/StorageSpec.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/System/Torrent/StorageSpec.hs b/tests/System/Torrent/StorageSpec.hs
index 30322545..b5e49078 100644
--- a/tests/System/Torrent/StorageSpec.hs
+++ b/tests/System/Torrent/StorageSpec.hs
@@ -7,9 +7,8 @@ import System.Directory
7import System.IO.Unsafe 7import System.IO.Unsafe
8import Test.Hspec 8import Test.Hspec
9 9
10import Data.Torrent.Bitfield as BF 10import Data.Torrent
11import Data.Torrent.Layout 11import Network.BitTorrent.Exchange.Bitfield as BF
12import Data.Torrent.Piece
13import System.Torrent.Storage 12import System.Torrent.Storage
14 13
15 14