Fix typo in test name

This commit is contained in:
Ingo Oppermann
2024-03-14 12:03:38 +01:00
parent bfe53a2461
commit f987d5d577

View File

@@ -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())