Fix tests

This commit is contained in:
世界 2022-08-22 12:02:16 +08:00
parent ac0ead1473
commit c4f4fd97d6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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",
} {