mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 12:07:36 +03:00
16 lines
222 B
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)
|
|
}
|