Skip to content

Commit 59da69f

Browse files
committed
test cleanup
1 parent 8f57617 commit 59da69f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common/metrics/defs_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ func TestMetricsAreUnique(t *testing.T) {
162162
})
163163
}
164164

165-
// Duplicate metric names are likely to cause Prometheus errors due to different labels.
166-
func TestOperationsAreUnique(t *testing.T) {
167-
168-
}
169-
170165
func TestExponentialDurationBuckets(t *testing.T) {
171166
factor := math.Pow(2, 0.25)
172167
assert.Equal(t, 80, len(ExponentialDurationBuckets))

0 commit comments

Comments
 (0)