forked from mirror/gin
Fix typo (#2860)
This commit is contained in:
parent
eab47b5423
commit
ae349b4015
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue