mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
archiver: Remove unused variable from test
This commit is contained in:
parent
d9a80e07b9
commit
014600bee6
@ -92,12 +92,9 @@ func TestBlobSaverError(t *testing.T) {
|
||||
|
||||
b := NewBlobSaver(ctx, tmb, saver, uint(runtime.NumCPU()))
|
||||
|
||||
var results []FutureBlob
|
||||
|
||||
for i := 0; i < test.blobs; i++ {
|
||||
buf := &Buffer{Data: []byte(fmt.Sprintf("foo%d", i))}
|
||||
fb := b.Save(ctx, restic.DataBlob, buf)
|
||||
results = append(results, fb)
|
||||
b.Save(ctx, restic.DataBlob, buf)
|
||||
}
|
||||
|
||||
tmb.Kill(nil)
|
||||
|
Loading…
Reference in New Issue
Block a user