summaryrefslogtreecommitdiff
path: root/tests/System/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 03:56:29 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 03:56:29 +0400
commit3867719780293528e604452818b9d9a616938783 (patch)
tree0ec8dcbaf5110fb329dfd8952f797b6de44b3afe /tests/System/Torrent
parent2a9a39dccbe7ed46b537d6b051c42432c275e156 (diff)
Move bitfield to exchange subsystem
Diffstat (limited to 'tests/System/Torrent')
-rw-r--r--tests/System/Torrent/StorageSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/System/Torrent/StorageSpec.hs b/tests/System/Torrent/StorageSpec.hs
index 96f1b036..b5e49078 100644
--- a/tests/System/Torrent/StorageSpec.hs
+++ b/tests/System/Torrent/StorageSpec.hs
@@ -8,7 +8,7 @@ import System.IO.Unsafe
8import Test.Hspec 8import Test.Hspec
9 9
10import Data.Torrent 10import Data.Torrent
11import Data.Torrent.Bitfield as BF 11import Network.BitTorrent.Exchange.Bitfield as BF
12import System.Torrent.Storage 12import System.Torrent.Storage
13 13
14 14