fix test function signature

This commit is contained in:
thinkerou 2018-11-02 13:35:21 +08:00
parent c4e884050f
commit 2355ea14fc

View File

@ -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) {
b := Uri
assert.Equal(t, "uri", b.Name())