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