style: better test name

This commit is contained in:
Matthew Coleman
2025-10-08 12:00:40 +02:00
committed by Márk Sági-Kazár
parent e8ab22ef25
commit 29eb8d3fc7
+1 -1
View File
@@ -1573,7 +1573,7 @@ func TestReadConfigWithSetConfigFile(t *testing.T) {
assert.Equal(t, 45000, v.GetInt("hello.pop"))
}
func TestWrongConfigWithFileNotFound(t *testing.T) {
func TestWrongFileNotFound(t *testing.T) {
_, config := initDirs(t)
v := New()