mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-06-06 00:19:56 -05: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