summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-01-11 16:01:43 +0100
committerTor Egge <Tor.Egge@online.no>2023-01-11 16:01:43 +0100
commit91ca4512ca98c79144691afb06add0eac3d45ecf (patch)
treed9dd42fe01cbd7eacf2e7bc0306a878779b6a1c3 /searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
parent26ec76efc8e5d9d4d6b52d7f7cb6de059effa012 (diff)
Update address space component names.
Diffstat (limited to 'searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp')
-rw-r--r--searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp b/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
index 584335803a8..d00342d0e51 100644
--- a/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
+++ b/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
@@ -976,8 +976,8 @@ TEST_F("Populates address space usage", DenseTensorAttributeHnswIndex)
const auto& all = usage.get_all();
EXPECT_EQUAL(3u, all.size());
EXPECT_EQUAL(1u, all.count("tensor-store"));
- EXPECT_EQUAL(1u, all.count("hnsw-node-store"));
- EXPECT_EQUAL(1u, all.count("hnsw-link-store"));
+ EXPECT_EQUAL(1u, all.count("hnsw-levels-store"));
+ EXPECT_EQUAL(1u, all.count("hnsw-links-store"));
}