Skip to content

Commit 0430481

Browse files
committed
revert const change in test
1 parent f0f0952 commit 0430481

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

picker_wrapper_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ import (
3232
"google.golang.org/grpc/status"
3333
)
3434

35-
const (
36-
goroutineCount = 5
37-
)
35+
const goroutineCount = 5
3836

3937
var (
4038
testT = &testTransport{}

0 commit comments

Comments
 (0)