Fixing typo

Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
This commit is contained in:
Pedro Tanaka 2022-08-26 11:58:41 +02:00
parent c41fa101f5
commit 31b05ef232
No known key found for this signature in database
GPG key ID: D0D8389DA4EE060B

View file

@ -402,7 +402,7 @@ func TestConflictingMetrics(t *testing.T) {
},
},
{
name: "histogram vs counter",
name: "histogram vs counter with count suffix",
expected: []float64{2},
in: event.Events{
&event.ObserverEvent{
@ -416,7 +416,7 @@ func TestConflictingMetrics(t *testing.T) {
},
},
{
name: "histogram vs counter with sum prefix",
name: "histogram vs counter with sum suffix",
expected: []float64{2},
in: event.Events{
&event.ObserverEvent{