mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
13 lines
192 B
Go
13 lines
192 B
Go
package testdata
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestTestdata(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Testdata Suite")
|
|
}
|