mirror of
https://github.com/spf13/viper
synced 2025-05-11 06:37:27 +00:00
fmt
This commit is contained in:
parent
435ffae7be
commit
c761641820
1 changed files with 1 additions and 1 deletions
|
@ -1783,7 +1783,7 @@ func initDotEnvFile(t *testing.T) (string, func()) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFindDotEnvFile(t *testing.T){
|
func TestFindDotEnvFile(t *testing.T) {
|
||||||
v := New()
|
v := New()
|
||||||
v.SetConfigType("env")
|
v.SetConfigType("env")
|
||||||
err := v.ReadConfig(bytes.NewBuffer(dotenvWriteExpected))
|
err := v.ReadConfig(bytes.NewBuffer(dotenvWriteExpected))
|
||||||
|
|
Loading…
Add table
Reference in a new issue