From b830caa997062e0b684949e126cd1b88da7d2930 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Fri, 2 Oct 2020 13:10:17 -0700 Subject: [PATCH] Update the tests.json --- src/python/grpcio_tests/tests_aio/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio_tests/tests_aio/tests.json b/src/python/grpcio_tests/tests_aio/tests.json index dbcdf304372..17ea7c8aa89 100644 --- a/src/python/grpcio_tests/tests_aio/tests.json +++ b/src/python/grpcio_tests/tests_aio/tests.json @@ -28,7 +28,7 @@ "unit.connectivity_test.TestConnectivityState", "unit.context_peer_test.TestContextPeer", "unit.done_callback_test.TestDoneCallback", - "unit.init_test.TestChannel", + "unit.init_test.TestInit", "unit.metadata_test.TestMetadata", "unit.outside_init_test.TestOutsideInit", "unit.secure_call_test.TestStreamStreamSecureCall",