Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-29 committed Oct 4, 2024
1 parent 79f3cba commit 4afe3e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/middleware/trailing_slash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ import (
"testing"
)

// demo test case
// {
// name: string
// requestURL: string,
// expectedCode: int,
// expectedLocation
// }

func TestTrailingSlashMiddleware(t *testing.T) {

handler := middleware.TrailingSlashMiddleware(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 4afe3e3

Please sign in to comment.