From d87e11374f1b1a4e7fbcbfdabd07269781c90153 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:39:15 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/transport/chaotic_good/client_transport_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/transport/chaotic_good/client_transport_test.cc b/test/core/transport/chaotic_good/client_transport_test.cc index 3acc38a0f1293..777f1c7e6a2e2 100644 --- a/test/core/transport/chaotic_good/client_transport_test.cc +++ b/test/core/transport/chaotic_good/client_transport_test.cc @@ -52,7 +52,7 @@ using testing::MockFunction; using testing::StrictMock; using EventEngineSlice = grpc_event_engine::experimental::Slice; -using grpc_core::util::testing::MockPromiseEndpoint; +using grpc_core::PromiseEndpoint; using grpc_core::util::testing::TransportTest; namespace grpc_core {