forked from quic-go/quic-go
fix a typo in the logging package test suite
This commit is contained in:
13
logging/logging_suite_test.go
Normal file
13
logging/logging_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package logging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestLogging(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Logging Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user