1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

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

This commit is contained in:
180909 2023-01-09 21:20:49 +08:00 committed by GitHub
parent 9cc1047c75
commit e22775cfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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