Skip to content

Commit 1452c8c

Browse files
committed
remove unused var in test
1 parent 5520324 commit 1452c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/middleware/requestLogMiddleware_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/rameshsunkara/go-rest-api-example/internal/models"
1212
)
1313

14-
func TestRequestLogMiddleware(t *testing.T) {
14+
func TestRequestLogMiddleware(_ *testing.T) {
1515
type requestLogMiddlewareTestCase struct {
1616
Description string
1717
InputReqPath string

0 commit comments

Comments
 (0)