From: Youngjae Shin Date: Thu, 23 Sep 2021 06:04:58 +0000 (+0900) Subject: fix typo in test program X-Git-Tag: submit/tizen/20210923.063352^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.5_unified;p=platform%2Fcore%2Fml%2Fbeyond.git fix typo in test program Change-Id: I360ee4d36d5ca8d0ffd0e10c00d903c7df4b5f3c --- diff --git a/subprojects/libbeyond-peer_nn/test/unittest_peer_secured.cc b/subprojects/libbeyond-peer_nn/test/unittest_peer_secured.cc index a10a123..3121be7 100644 --- a/subprojects/libbeyond-peer_nn/test/unittest_peer_secured.cc +++ b/subprojects/libbeyond-peer_nn/test/unittest_peer_secured.cc @@ -2792,7 +2792,7 @@ TEST_F(PeerTest, PositiveSecuredGRPC_ConfiguredCA) ASSERT_NE(auth, nullptr); authCA = beyond::Authenticator::Create(&args); - ASSERT_NE(auth, nullptr); + ASSERT_NE(authCA, nullptr); beyond_config config = { .type = BEYOND_PLUGIN_AUTHENTICATOR_SSL_CONFIG_SSL,