mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
Fix test error message
Signed-off-by: Ivan Izaguirre <ivanizag@gmail.com>
This commit is contained in:
parent
c9e5e94ed2
commit
51e735c878
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func TestNegativeCounter(t *testing.T) {
|
|||
|
||||
updated := getTelemetryCounterValue(errorCounter)
|
||||
if updated-prev != 1 {
|
||||
t.Fatal("Empty metric name error event not counted")
|
||||
t.Fatal("Illegal negative counter error not counted")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue