mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Fix typo in test name
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user