Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Aug 23, 2023
1 parent 80f757f commit 0b18858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/router/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"github.com/stretchr/testify/assert"
)

// func handleAPIError(handler func(w http.ResponseWriter, r *http.Request) error) http.HandlerFunc {

func TestHandleAPIError(t *testing.T) {
mockController := func(w http.ResponseWriter, r *http.Request) error {
return nil
Expand Down

0 comments on commit 0b18858

Please sign in to comment.