Skip to content

Commit

Permalink
TestScope: don't prune from registry when closed (uber-go#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mway authored and brawndou committed Jan 24, 2024
1 parent db18647 commit c89317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope_registry_external_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ package tally_test
import (
"io"
"sync"
"sync/atomic"
"testing"
"time"

"github.com/golang/mock/gomock"
"github.com/stretchr/testify/require"
"github.com/uber-go/tally/v4"
"github.com/uber-go/tally/v4/tallymock"
"go.uber.org/atomic"
)

func TestTestScopesNotPruned(t *testing.T) {
Expand Down

0 comments on commit c89317d

Please sign in to comment.