Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0430481

Browse files
committedJun 27, 2024
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

+1-3
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)
Please sign in to comment.