Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bochenski committed Jul 10, 2014
1 parent ae0bc4e commit bdacd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godotenv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit bdacd70

Please sign in to comment.