Refine test

This commit is contained in:
世界
2022-09-07 15:41:19 +08:00
parent 500ba69548
commit 7d83e350fd
5 changed files with 18 additions and 7 deletions

View File

@@ -63,6 +63,9 @@ func TestShadowTLS(t *testing.T) {
DialerOptions: option.DialerOptions{
Detour: "detour",
},
MultiplexOptions: &option.MultiplexOptions{
Enabled: true,
},
},
},
{
@@ -93,7 +96,7 @@ func TestShadowTLS(t *testing.T) {
}},
},
})
testTCP(t, clientPort, testPort)
testSuit(t, clientPort, testPort)
}
func TestShadowTLSOutbound(t *testing.T) {