From fcce267e3316542b9dd0befca2df62f44b5727db Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 3 Nov 2018 13:11:37 +0100 Subject: [PATCH] fix broken test --- common/mux/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mux/client_test.go b/common/mux/client_test.go index 101ab301c..898ffcc2d 100644 --- a/common/mux/client_test.go +++ b/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" )