Fix bad type cast in dispatcher

This commit is contained in:
世界 2023-04-24 22:43:57 +08:00
parent 837d7d885f
commit 0a099d972b
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 49 additions and 13 deletions

View file

@ -1,8 +1,9 @@
package grpc
import (
"github.com/stretchr/testify/assert"
"testing"
"github.com/stretchr/testify/assert"
)
func TestConfig_GetServiceName(t *testing.T) {