From 91a92166a3ffd443f0d89ee4627d95eb21e3b7bf Mon Sep 17 00:00:00 2001 From: zuojiangjiang Date: Fri, 3 Nov 2023 15:30:51 +0800 Subject: [PATCH] update Signed-off-by: zuojiangjiang --- .../notification_rdb_data_mgr_test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp b/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp index 03b4b9c1f..a89876d08 100755 --- a/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp +++ b/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp @@ -318,6 +318,11 @@ class RdbStoreTest : public RdbStore { { return {}; }; + + virtual int CleanDirtyData(const std::string &table, uint64_t cursor) + { + return E_ERROR; + }; }; /** -- Gitee