Skip to content

Commit

Permalink
Fix typo (gin-gonic#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssccc authored and daheige committed Apr 18, 2022
1 parent 15427d3 commit 4b2c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree_test.go
Expand Up @@ -437,7 +437,7 @@ func TestTreeChildConflict(t *testing.T) {
testRoutes(t, routes)
}

func TestTreeDupliatePath(t *testing.T) {
func TestTreeDuplicatePath(t *testing.T) {
tree := &node{}

routes := [...]string{
Expand Down

0 comments on commit 4b2c08d

Please sign in to comment.