Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Nov 4, 2024
1 parent 6575a9b commit 781f260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/internal/reserve/reserve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func TestSameChunkAddress(t *testing.T) {
}

err = r.Put(ctx, ch4)
if err != nil {
if !errors.Is(err, storage.ErrOverwriteNewerChunk) {
t.Fatal(err)
}
})
Expand Down

0 comments on commit 781f260

Please sign in to comment.