Skip to content

Commit

Permalink
Automated change: Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored and github-actions[bot] committed Jan 29, 2025
1 parent 512300d commit 201b4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core/handshake/test_handshake.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GRPC_TEST_CORE_TEST_HANDSHAKE_H
#define GRPC_TEST_CORE_TEST_HANDSHAKE_H
#ifndef GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H
#define GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H

#include "src/core/lib/channel/channel_args.h"
#include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h"
Expand All @@ -30,4 +30,4 @@ absl::StatusOr<std::tuple<ChannelArgs, ChannelArgs>> TestHandshake(

} // namespace grpc_core

#endif
#endif // GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H

0 comments on commit 201b4bf

Please sign in to comment.