Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Feb 6, 2024
1 parent 7a87f97 commit 29737c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/storer/internal/cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ func TestRemoveOldest(t *testing.T) {

chunks := chunktest.GenerateTestRandomChunks(30)

// add the chunks to chunkstore. This simulates the reserve already populating
// the chunkstore with chunks.
for _, ch := range chunks {
err = c.Putter(st).Put(context.Background(), ch)
if err != nil {
Expand Down

0 comments on commit 29737c7

Please sign in to comment.