pull/4/head
David Bochenski 2014-07-10 10:14:38 +01:00
parent ae0bc4ea3c
commit bdacd70f4c
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}