Code review changes

This commit is contained in:
Burke Libbey
2015-03-19 11:17:22 -04:00
parent 83752ed3c5
commit d96cee72fa
3 changed files with 47 additions and 26 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func TestNoticeReceived(t *testing.T) {
}))
defer ts.Close()
hook := &BugsnagHook{}
hook := &bugsnagHook{}
bugsnag.Configure(bugsnag.Configuration{
Endpoint: ts.URL,