Fix tests

This commit is contained in:
世界
2022-08-22 12:02:16 +08:00
parent 6109040c4c
commit 045e6d1976
7 changed files with 77 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/stretchr/testify/require"
)
func _TestVMessAuto(t *testing.T) {
func TestVMessAuto(t *testing.T) {
security := "auto"
user, err := uuid.DefaultGenerator.NewV4()
require.NoError(t, err)
@@ -28,7 +28,7 @@ func _TestVMessAuto(t *testing.T) {
})
}
func TestVMess(t *testing.T) {
func _TestVMess(t *testing.T) {
for _, security := range []string{
"zero",
} {