mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
Remove unused statement from index test (#558)
Remove unused `i++` statement from index test.
This commit is contained in:
parent
c3ffdf1a99
commit
921da4dced
|
@ -306,7 +306,6 @@ func TestPersistence_index_e2e(t *testing.T) {
|
|||
valset[l.Value] = struct{}{}
|
||||
}
|
||||
postings.Add(uint64(i), s.labels)
|
||||
i++
|
||||
}
|
||||
|
||||
for k, v := range values {
|
||||
|
|
Loading…
Reference in a new issue