From f987d5d577a233152f80915316ef72038d98c621 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Thu, 14 Mar 2024 12:03:38 +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())