Skip to content

Commit

Permalink
[xds_client_in_attributes] vet after rebasing on master
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Jun 8, 2021
1 parent 64141d6 commit 5afc17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/resolver/xds_resolver_test.go
Expand Up @@ -286,7 +286,7 @@ func (s) TestXDSResolverWatchCallbackAfterClose(t *testing.T) {
func (s) TestXDSResolverCloseClosesXDSClient(t *testing.T) {
xdsC := fakeclient.NewClient()
xdsR, _, cancel := testSetup(t, setupOpts{
xdsClientFunc: func() (xdsClient, error) { return xdsC, nil },
xdsClientFunc: func() (xdsclient.XDSClient, error) { return xdsC, nil },
})
defer cancel()
xdsR.Close()
Expand Down

0 comments on commit 5afc17c

Please sign in to comment.