mirror of https://github.com/grpc/grpc-go.git
unused param
This commit is contained in:
parent
0f0b93c334
commit
e05f10cae8
|
|
@ -71,7 +71,7 @@ func (s) TestRotateEndpoints(t *testing.T) {
|
||||||
|
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
t.Run(fmt.Sprint(tc.rval), func(t *testing.T) {
|
t.Run(fmt.Sprint(tc.rval), func(t *testing.T) {
|
||||||
randIntN = func(n int) int {
|
randIntN = func(int) int {
|
||||||
return tc.rval
|
return tc.rval
|
||||||
}
|
}
|
||||||
got := rotateEndpoints(endpoints)
|
got := rotateEndpoints(endpoints)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue