mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-06 21:54:38 -06:00
Fixed a build error in TestUploaderAndDownloader
This commit is contained in:
@@ -104,7 +104,7 @@ func TestUploaderAndDownloader(t *testing.T) {
|
|||||||
|
|
||||||
|
|
||||||
chunkDownloader := CreateChunkDownloader(config, storage, nil, true, testThreads)
|
chunkDownloader := CreateChunkDownloader(config, storage, nil, true, testThreads)
|
||||||
chunkDownloader.totalFileSize = int64(totalFileSize)
|
chunkDownloader.totalChunkSize = int64(totalFileSize)
|
||||||
|
|
||||||
for _, chunk := range chunks {
|
for _, chunk := range chunks {
|
||||||
chunkDownloader.AddChunk(chunk.GetHash())
|
chunkDownloader.AddChunk(chunk.GetHash())
|
||||||
|
|||||||
Reference in New Issue
Block a user