chore(transport): fix the test name (#2543)

pull/2243/merge
180909 2 years ago committed by GitHub
parent 9cc1047c75
commit e22775cfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      transport/http/binding/encode_test.go

@ -8,7 +8,7 @@ import (
"github.com/go-kratos/kratos/v2/internal/testdata/binding"
)
func TestProtoPath(t *testing.T) {
func TestEncodeURL(t *testing.T) {
tests := []struct {
pathTemplate string
request *binding.HelloRequest

Loading…
Cancel
Save