aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp b/searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp
index 025ae859993..b85d3b43f5b 100644
--- a/searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_usage_stats/attribute_usage_stats_test.cpp
@@ -12,7 +12,7 @@ expect_max_usage(size_t used, const vespalib::string& attr_name,
const vespalib::string& comp_name, const vespalib::string& sub_name,
const AttributeUsageStats& stats)
{
- const auto& max = stats.max_usage();
+ const auto& max = stats.max_address_space_usage();
EXPECT_EQ(used, max.getUsage().used());
EXPECT_EQ(attr_name, max.getAttributeName());
EXPECT_EQ(comp_name, max.get_component_name());