mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix a typo in the logging package test suite
This commit is contained in:
parent
05f9428b34
commit
d4720e43c7
1 changed files with 1 additions and 1 deletions
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")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue