forked from mirrors/statsd_exporter
Fixing typo
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
This commit is contained in:
parent
c41fa101f5
commit
31b05ef232
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue