From 23ee45e09fa9dd31793e1c2500aea8cc78d690a3 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 2 Oct 2015 00:16:50 +1000 Subject: [PATCH] fs test: Missed package specifier --- fs/torrentfs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },