0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 14:19:48 +03:00

Fix bad type cast in dispatcher

This commit is contained in:
世界
2023-04-24 22:43:57 +08:00
parent 837d7d885f
commit 0a099d972b
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) {