Update prometheus/counter_test.go
Co-authored-by: Arthur Silva Sens <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>
diff --git a/prometheus/counter_test.go b/prometheus/counter_test.go
index 67c273b..3686199 100644
--- a/prometheus/counter_test.go
+++ b/prometheus/counter_test.go
@@ -382,7 +382,7 @@
}
if !gotTs.Equal(ct) {
- t.Errorf("expected created timestamp for counter with label value %q: %s, got %s", val, ct, gotTs)
+ t.Errorf("expected created timestamp for %s with label value %q: %s, got %s", typ, val, ct, gotTs)
}
}
}