From 76f79333c3c7aeef3e5ee9660b5051ff69151db1 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Thu, 14 Mar 2024 11:23:24 +0100 Subject: [PATCH] Fix typo in test name --- monitor/metric/metric_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/metric/metric_test.go b/monitor/metric/metric_test.go index 615ce7cb..7924c9be 100644 --- a/monitor/metric/metric_test.go +++ b/monitor/metric/metric_test.go @@ -91,7 +91,7 @@ func TestDescription(t *testing.T) { require.Equal(t, "name: blabla (label)", d.String()) } -func TestMetri(t *testing.T) { +func TestMetrics(t *testing.T) { m := NewMetrics() require.Equal(t, "", m.String())