mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
fix a broken test
This commit is contained in:
parent
836440c61a
commit
729e448a35
@ -262,7 +262,7 @@ func TestCommanderAddRemoveUser(t *testing.T) {
|
|||||||
|
|
||||||
servers, err := InitializeServerConfigs(serverConfig, clientConfig)
|
servers, err := InitializeServerConfigs(serverConfig, clientConfig)
|
||||||
common.Must(err)
|
common.Must(err)
|
||||||
CloseAllServers(servers)
|
defer CloseAllServers(servers)
|
||||||
|
|
||||||
if err := testTCPConn(clientPort, 1024, time.Second*5)(); err != nil {
|
if err := testTCPConn(clientPort, 1024, time.Second*5)(); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user