Browse Source

Fix mux test

世界 1 year ago
parent
commit
12ababd911
1 changed files with 3 additions and 0 deletions
  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,
 					Method:   method,
 					Password: password,
 					Password: password,
+					Multiplex: &option.InboundMultiplexOptions{
+						Enabled: true,
+					},
 				},
 				},
 			},
 			},
 		},
 		},