mirror of
https://github.com/joho/godotenv.git
synced 2025-07-11 04:58:10 +00:00
fixup
This commit is contained in:
parent
ae0bc4ea3c
commit
bdacd70f4c
@ -34,7 +34,7 @@ func TestLoadWithNoArgsLoadsDotEnv(t *testing.T) {
|
||||
err := Load()
|
||||
pathError := err.(*os.PathError)
|
||||
if pathError == nil || pathError.Op != "open" || pathError.Path != ".env"{
|
||||
t.Errorf("Didn't try and open .env by default")11
|
||||
t.Errorf("Didn't try and open .env by default")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user