summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp b/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
index 06bca414f84..d8e189717c3 100644
--- a/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
+++ b/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
@@ -766,6 +766,8 @@ TEST_F(HnswMultiIndexTest, duplicate_docid_is_removed)
.set(3, {1, 2})
.set(4, {2, 0, 2, 2});
/*
+ * Graph showing documents at column x row y, origo in lower left corner.
+ *
* 1 3 4
* . . .
* 1 2 4