Fix incorrect type from rebase

Signed-off-by: Kyle Eckhart <kgeckhart@users.noreply.github.com>
This commit is contained in:
Kyle Eckhart 2026-02-23 16:08:17 -05:00
parent f4a15255e4
commit 33afbb799a

View file

@ -1402,7 +1402,7 @@ func TestDuplicateSeriesRefsByHash(t *testing.T) {
}
}
func readWALSamples(t *testing.T, walDir string) []*walSample {
func readWALSamples(t *testing.T, walDir string) []walSample {
t.Helper()
sr, err := wlog.NewSegmentsReader(walDir)
require.NoError(t, err)