summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attributeflush_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/attributeflush_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attributeflush_test.cpp b/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
index edb97e12cdc..31bf982ad70 100644
--- a/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
@@ -636,7 +636,7 @@ Test::requireThatFlushFailurePreventsSyncTokenUpdate()
EXPECT_EQUAL(0u, flush_target->getFlushedSerialNum());
auto flush_task = flush_target->initFlush(200);
// Trigger flush failure
- av->getEnumStoreBase()->get_data_store_base().inc_compaction_count();
+ av->getEnumStoreBase()->inc_compaction_count();
flush_task->run();
EXPECT_EQUAL(0u, flush_target->getFlushedSerialNum());
}