mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Fix incorrect type from rebase
Signed-off-by: Kyle Eckhart <kgeckhart@users.noreply.github.com>
This commit is contained in:
parent
f4a15255e4
commit
33afbb799a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue