Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Feb 11, 2025
1 parent 84556fc commit f5c0d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/balancergroup/balancergroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ func (s) TestBalancerGroup_locality_caching_not_read_within_timeout(t *testing.T
ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout)
defer cancel()
scToShutdown := map[balancer.SubConn]int{
addrToSC[testBackendAddrs[2].Addr]: 3,
addrToSC[testBackendAddrs[3].Addr]: 3,
addrToSC[testBackendAddrs[2].Addr]: 1,
addrToSC[testBackendAddrs[3].Addr]: 1,
}
for i := 0; i < len(scToShutdown); i++ {
select {
Expand Down

0 comments on commit f5c0d0c

Please sign in to comment.