mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-10 14:18:40 +00:00
Fix bad type cast in dispatcher
This commit is contained in:
parent
837d7d885f
commit
0a099d972b
7 changed files with 49 additions and 13 deletions
|
@ -1,8 +1,9 @@
|
|||
package grpc
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestConfig_GetServiceName(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue