Răsfoiți Sursa

Fix mux test

世界 1 an în urmă
părinte
comite
12ababd911
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      test/mux_test.go

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