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:
Marten Seemann 2023-09-12 13:12:13 +07:00 committed by GitHub
parent d1f6ea997c
commit 2a8dc12a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 476 deletions

View file

@ -1,4 +1,4 @@
package logging
package logging_test
import (
"testing"