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
|
@ -7,7 +7,7 @@ import (
|
|||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestLoggingt(t *testing.T) {
|
||||
func TestLogging(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Logging Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue