1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-17 01:43:02 +02:00

Moved code around

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-10-21 15:11:01 -07:00
parent a507447135
commit 143f563734
2 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,7 @@ func TestLogger(t *testing.T) {
Logger()(h)(c)
}
func TestLogger_IPAddress(t *testing.T) {
func TestLoggerIPAddress(t *testing.T) {
buf := &bytes.Buffer{}
log.SetOutput(buf)