1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 13:35:20 -05:00

fix broken tests

This commit is contained in:
Darien Raymond
2019-02-06 12:11:09 +01:00
parent 4613008148
commit e0581b6c82
3 changed files with 5 additions and 4 deletions

View File

@@ -456,7 +456,7 @@ func TestVMessGCMUDP(t *testing.T) {
var errg errgroup.Group
for i := 0; i < 10; i++ {
errg.Go(testTCPConn(clientPort, 1024, time.Second*5))
errg.Go(testUDPConn(clientPort, 1024, time.Second*5))
}
if err := errg.Wait(); err != nil {
t.Error(err)