Skip to content

Commit

Permalink
gofmt 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Oct 19, 2022
1 parent c5961d9 commit 593edc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xds/internal/xdsclient/e2e_test/authority_test.go
Expand Up @@ -137,11 +137,11 @@ func setupForAuthorityTests(ctx context.Context, t *testing.T, idleTimeout time.

// TestAuthorityShare tests the authority sharing logic. The test verifies the
// following scenarios:
// - A watch for a resource name with an authority matching an existing watch
// should not result in a new transport being created.
// - A watch for a resource name with different authority name but same
// authority config as an existing watch should not result in a new transport
// being created.
// - A watch for a resource name with an authority matching an existing watch
// should not result in a new transport being created.
// - A watch for a resource name with different authority name but same
// authority config as an existing watch should not result in a new transport
// being created.
func (s) TestAuthorityShare(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout)
defer cancel()
Expand Down

0 comments on commit 593edc3

Please sign in to comment.