Skip to content

Commit f5c0d0c

Browse files
committed
Revert unnecessary change
1 parent 84556fc commit f5c0d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/balancergroup/balancergroup_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ func (s) TestBalancerGroup_locality_caching_not_read_within_timeout(t *testing.T
360360
ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout)
361361
defer cancel()
362362
scToShutdown := map[balancer.SubConn]int{
363-
addrToSC[testBackendAddrs[2].Addr]: 3,
364-
addrToSC[testBackendAddrs[3].Addr]: 3,
363+
addrToSC[testBackendAddrs[2].Addr]: 1,
364+
addrToSC[testBackendAddrs[3].Addr]: 1,
365365
}
366366
for i := 0; i < len(scToShutdown); i++ {
367367
select {

0 commit comments

Comments
 (0)