mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Fix tests
This commit is contained in:
parent
ac0ead1473
commit
c4f4fd97d6
7 changed files with 77 additions and 34 deletions
|
@ -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",
|
||||
} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue