mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Correct ineffassign
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
d203ae37f4
commit
e5d7879622
@ -92,6 +92,9 @@ func fillPacks(t testing.TB, rnd *randReader, be Saver, pm *packerManager, buf [
|
||||
}
|
||||
|
||||
n, err := packer.Add(restic.DataBlob, id, buf)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if n != l {
|
||||
t.Errorf("Add() returned invalid number of bytes: want %v, got %v", n, l)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user