Fix typo in test name

This commit is contained in:
Ingo Oppermann 2024-03-14 11:23:24 +01:00
parent e001f663b3
commit 76f79333c3
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

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