mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-04 12:44:32 -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.totalFileSize = int64(totalFileSize)
|
||||
chunkDownloader.totalChunkSize = int64(totalFileSize)
|
||||
|
||||
for _, chunk := range chunks {
|
||||
chunkDownloader.AddChunk(chunk.GetHash())
|
||||
|
||||
Reference in New Issue
Block a user