Skip to content

Commit

Permalink
[roundrobin_strips_attributes] not not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Nov 10, 2020
1 parent 9dfa601 commit e0b3d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xds/internal/testutils/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type TestSubConn struct {
id string
}

// UpdateAddresses panics.
func (tsc *TestSubConn) UpdateAddresses([]resolver.Address) { panic("not implemented") }
// UpdateAddresses is a no-op.
func (tsc *TestSubConn) UpdateAddresses([]resolver.Address) {}

// Connect is a no-op.
func (tsc *TestSubConn) Connect() {}
Expand Down

0 comments on commit e0b3d58

Please sign in to comment.