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, + }, }, }, },