Skip to content

Commit 3ce4064

Browse files
committed
remaining
1 parent 1ae69e0 commit 3ce4064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xds/internal/clients/grpctransport/grpc_transport_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func (s) TestNewStream_Error(t *testing.T) {
359359
// request on the server is same as sent. It then wait to receive a
360360
// testDiscoverResponse from the server and verifies that the received
361361
// discovery response is same as sent from the server.
362-
func TestStream_SendAndRecv(t *testing.T) {
362+
func (s) TestStream_SendAndRecv(t *testing.T) {
363363
ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout)
364364
defer cancel()
365365

xds/internal/xdsclient/clientimpl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright 2024 gRPC authors.
3+
* Copyright 2025 gRPC authors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)