Skip to content

Commit

Permalink
Updating the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janardhankrishna-sai committed Oct 22, 2024
1 parent 2bb94e4 commit 9a3b43e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/xds/xds_server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func setupGRPCServer(t *testing.T, bootstrapContents []byte) (net.Listener, func
t.Fatal(err)
}

// Initialize an xDS-enabled gRPC server and use the helper to start the test service.
// Initialize an xDS-enabled gRPC server and sets it on stub server.
stub := &stubserver.StubServer{
EmptyCallF: func(ctx context.Context, in *testpb.Empty) (*testpb.Empty, error) {
return &testpb.Empty{}, nil
Expand Down
4 changes: 2 additions & 2 deletions test/xds/xds_server_serving_mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (s) TestServerSideXDS_RedundantUpdateSuppression(t *testing.T) {
updateCh <- args.Mode
})

// Initialize an xDS-enabled gRPC server and use the helper to start the test service.
// Initialize an xDS-enabled gRPC server and sets it on stub server.
stub := &stubserver.StubServer{
EmptyCallF: func(ctx context.Context, in *testpb.Empty) (*testpb.Empty, error) {
return &testpb.Empty{}, nil
Expand Down Expand Up @@ -214,7 +214,7 @@ func (s) TestServerSideXDS_ServingModeChanges(t *testing.T) {
}
})

// Initialize an xDS-enabled gRPC server and use the helper to start the test service.
// Initialize an xDS-enabled gRPC server and sets it on stub server.
stub := &stubserver.StubServer{
EmptyCallF: func(ctx context.Context, in *testpb.Empty) (*testpb.Empty, error) {
return &testpb.Empty{}, nil
Expand Down

0 comments on commit 9a3b43e

Please sign in to comment.