mirror of
https://github.com/spf13/viper.git
synced 2026-09-20 03:18:21 +00:00
style: better test name
This commit is contained in:
committed by
Márk Sági-Kazár
parent
e8ab22ef25
commit
29eb8d3fc7
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user