Skip to content

Commit

Permalink
testing: fix TestUploadPacking
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 23, 2024
1 parent 29f4201 commit 89b4729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ outer:
s := slabs[respIndex]
if s.PartialSlab {
// Partial slab.
_, err = cw.Write(s.Data)
_, err = bw.Write(s.Data)
if err != nil {
mgr.logger.Errorf("failed to send partial slab", respIndex, err)
return err
Expand Down

0 comments on commit 89b4729

Please sign in to comment.