Skip to content

Commit 8ed6924

Browse files
committed
apparently I had not committed before doing that experiment, oops
1 parent c2171d7 commit 8ed6924

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/metrics/histograms_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"testing"
77

88
"github.com/stretchr/testify/assert"
9-
"go.uber.org/yarpc"
109
)
1110

1211
func TestHistogramValues(t *testing.T) {
@@ -166,7 +165,6 @@ func checkHistogram[T any](t *testing.T, h histogrammy[T], expected string) {
166165
t.Log(str)
167166
buf.WriteString(str)
168167
})
169-
yarpc.CallFromContext(ctx).Transport()
170168
if strings.TrimSpace(expected) != strings.TrimSpace(buf.String()) {
171169
t.Error("histogram definition changed, update the test if this is intended")
172170
}

0 commit comments

Comments
 (0)