mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
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:
parent
d1f6ea997c
commit
2a8dc12a53
6 changed files with 15 additions and 476 deletions
|
@ -1,4 +1,4 @@
|
|||
package logging
|
||||
package logging_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue