forked from quic-go/quic-go
remove duplicate mocks for the Tracer and the ConnectionTracer (#4076)
They were introduced to avoid an import loop in the tests in the logging package, but the same can be achieved by having a dedicated package for the tests (logging_test).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package logging
|
||||
package logging_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
Reference in New Issue
Block a user