From: Matt Joiner Date: Thu, 1 Oct 2015 14:16:50 +0000 (+1000) Subject: fs test: Missed package specifier X-Git-Tag: v1.0.0~1025 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=23ee45e09fa9dd31793e1c2500aea8cc78d690a3;p=btrtrc.git fs test: Missed package specifier --- diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index 559e7988..3e52ac7c 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -203,7 +203,7 @@ func TestDownloadOnDemand(t *testing.T) { NoDefaultBlocklist: true, - TorrentDataOpener: func(info *metainfo.Info) Data { + TorrentDataOpener: func(info *metainfo.Info) torrent.Data { ret, _ := mmap.TorrentData(info, filepath.Join(layout.BaseDir, "download")) return ret },