uquic/logging/logging_suite_test.go
2020-07-06 13:24:47 +07:00

13 lines
189 B
Go

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