From 12ababd9114793e3c55323dac64a020dd8f918a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 27 Dec 2023 10:30:04 +0800 Subject: [PATCH] Fix mux test --- test/mux_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mux_test.go b/test/mux_test.go index 564b936d..c02f2708 100644 --- a/test/mux_test.go +++ b/test/mux_test.go @@ -75,6 +75,9 @@ func testShadowsocksMux(t *testing.T, options option.OutboundMultiplexOptions) { }, Method: method, Password: password, + Multiplex: &option.InboundMultiplexOptions{ + Enabled: true, + }, }, }, },