From 69301efcbe6c387da5c25d073bbc7de922634f2c Mon Sep 17 00:00:00 2001 From: wangbin Date: Wed, 21 May 2025 16:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=99=9A=E5=81=87=E6=96=AD?= =?UTF-8?q?=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangbin --- .../service/test/kvdb_service_impl_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/distributeddataservice/service/test/kvdb_service_impl_test.cpp b/services/distributeddataservice/service/test/kvdb_service_impl_test.cpp index 1d16a6562..5cf407b0a 100644 --- a/services/distributeddataservice/service/test/kvdb_service_impl_test.cpp +++ b/services/distributeddataservice/service/test/kvdb_service_impl_test.cpp @@ -1339,7 +1339,6 @@ HWTEST_F(KvdbServiceImplTest, OnAsyncCompleteTest002, TestSize.Level0) syncAgent.switchesObserverCount_ = 1; // test syncAgent.appId_ = { "ohos.OnAsyncCompleteTest.kvdb" }; syncAgent.notifier_ = notifier; - EXPECT_EQ(notifier, nullptr); uint32_t tokenId = 2; uint64_t seqNum = 1; kvdbServiceImpl_->syncAgents_.Insert(tokenId, syncAgent); -- Gitee