utls/u_server_test.go

16 lines
222 B
Go

package tls
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestUTLSServerForgeSession(t *testing.T) {
require.Nil(t, nil)
}
func TestUTLSServerForgeSession13(t *testing.T) {
require.Nil(t, nil)
}