diff --git a/exporter_test.go b/exporter_test.go index 8b223e2..fc0d0b1 100644 --- a/exporter_test.go +++ b/exporter_test.go @@ -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") } }