From 4e4f1f40f1892dd85d6b1602b3d2f50ab45bca28 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Mon, 27 Jan 2020 13:38:39 -0800 Subject: [PATCH] Correct 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 4bf281b2565..65b34431f00 100644 --- a/src/python/grpcio_tests/tests_aio/tests.json +++ b/src/python/grpcio_tests/tests_aio/tests.json @@ -16,5 +16,5 @@ "unit.interceptor_test.TestUnaryUnaryClientInterceptor", "unit.metadata_test.TestMetadata", "unit.server_test.TestServer", - "unit.wait_for_ready.TestWaitForReady" + "unit.wait_for_ready_test.TestWaitForReady" ]