diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-07 15:40:53 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-07 15:40:53 -0700 |
commit | 16ebf5a124026f8e9d59894b214d2e743590a93e (patch) | |
tree | 2ecf97d35b4ca09e38da668e2c21e36be961752e /test/core/transport | |
parent | 660f1fdaf3290bfc996062e63387aa7e938136cc (diff) |
Fix transitional typo
Diffstat (limited to 'test/core/transport')
-rw-r--r-- | test/core/transport/connectivity_state_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/connectivity_state_test.c b/test/core/transport/connectivity_state_test.c index 69c00a8ea0..1050059eff 100644 --- a/test/core/transport/connectivity_state_test.c +++ b/test/core/transport/connectivity_state_test.c @@ -68,7 +68,7 @@ static void test_connectivity_state_name(void) { 0 == strcmp(grpc_connectivity_state_name(GRPC_CHANNEL_TRANSIENT_FAILURE), "TRANSIENT_FAILURE")); GPR_ASSERT(0 == strcmp(grpc_connectivity_state_name(GRPC_CHANNEL_SHUTDOWN), - "FATAL_FAILURE")); + "SHUTDOWN")); } static void test_check(void) { |