mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 09:34:33 +08:00
update function name
This commit is contained in:
parent
d3cfdcda4b
commit
c4e884050f
@ -646,7 +646,7 @@ func TestExistsFails(t *testing.T) {
|
||||
assert.Error(t, err)
|
||||
}
|
||||
|
||||
func testUriBinding(t *testing.T, method, path, badPath, body, badBody string) {
|
||||
func TestUriBinding(t *testing.T, method, path, badPath, body, badBody string) {
|
||||
b := Uri
|
||||
assert.Equal(t, "uri", b.Name())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user