Skip to content

Commit

Permalink
fix: revert back small change in joiner_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Oct 29, 2024
1 parent 132f227 commit 272ca6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/file/joiner/joiner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ func TestJoinerRedundancy(t *testing.T) {
break scnt
default:
}
i := i
eg.Go(func() error {
chunkData := make([]byte, chunkSize)
n, err := joinReader.ReadAt(chunkData, int64(i*chunkSize))
Expand Down

0 comments on commit 272ca6c

Please sign in to comment.