uquic/internal/crypto/crypto_suite_test.go
2017-09-21 11:52:21 +07:00

13 lines
186 B
Go

package crypto
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestCrypto(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Crypto Suite")
}