Fix mux test

This commit is contained in:
世界 2023-12-27 10:30:04 +08:00
parent 0523845833
commit 12ababd911
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ func testShadowsocksMux(t *testing.T, options option.OutboundMultiplexOptions) {
},
Method: method,
Password: password,
Multiplex: &option.InboundMultiplexOptions{
Enabled: true,
},
},
},
},