Explorar o código

fix broken test

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
fcce267e33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/mux/client_test.go

+ 1 - 1
common/mux/client_test.go

@@ -9,8 +9,8 @@ import (
 	"v2ray.com/core/common"
 	"v2ray.com/core/common/errors"
 	"v2ray.com/core/common/mux"
-	"v2ray.com/core/common/vio"
 	"v2ray.com/core/testing/mocks"
+	"v2ray.com/core/transport"
 	"v2ray.com/core/transport/pipe"
 )