Skip to content

Commit

Permalink
newlines between functions
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lawson <[email protected]>
  • Loading branch information
Zagan202 committed Mar 10, 2021
1 parent 8074feb commit 4243b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/http/logging_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func setContentMD5Middleware(next stdhttp.Handler) stdhttp.Handler {
next.ServeHTTP(w, r)
})
}

func TestHTTPMiddleware(t *testing.T) {
done := log.DefaultLogger.StartTest(log.InfoLevel)
mux := chi.NewMux()
Expand Down Expand Up @@ -96,6 +97,7 @@ func TestHTTPMiddleware(t *testing.T) {
assert.Equal(t, "", logged[6].Data["route"])
}
}

func TestHTTPMiddlewareWithOptions(t *testing.T) {
done := log.DefaultLogger.StartTest(log.InfoLevel)
mux := chi.NewMux()
Expand Down

0 comments on commit 4243b1e

Please sign in to comment.