Fix leaks and add test

This commit is contained in:
世界
2022-09-23 13:14:31 +08:00
parent 9856b73cb5
commit 407509c985
19 changed files with 167 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ func newUUID() uuid.UUID {
return user
}
func _TestVMessAuto(t *testing.T) {
func TestVMessAuto(t *testing.T) {
security := "auto"
t.Run("self", func(t *testing.T) {
testVMessSelf(t, security, 0, false, false, false)