fs test: Missed package specifier

This commit is contained in:
Matt Joiner 2015-10-02 00:16:50 +10:00
parent 126447260f
commit 23ee45e09f
1 changed files with 1 additions and 1 deletions

View File

@ -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
},