mirror of
https://github.com/prometheus/prometheus
synced 2026-05-01 07:30:30 +08:00
@@ -3152,7 +3152,7 @@ func TestFloatCustomBucketsIterators(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, c := range cases {
|
||||
t.Run(fmt.Sprintf("%d", i), func(t *testing.T) {
|
||||
t.Run(strconv.Itoa(i), func(t *testing.T) {
|
||||
{
|
||||
it := c.h.AllBucketIterator()
|
||||
for i, b := range c.expPositiveBuckets {
|
||||
|
||||
Reference in New Issue
Block a user