aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-16 14:37:41 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-16 14:37:41 +0100
commitf6a34169a29045d246e022c31b1ab39934fe1567 (patch)
tree2a2049b0fd911cf1646c48856e7f4e7610431abd /searchlib
parent9ec2f1a8888610e961ba4c6894abb096a8373850 (diff)
Remove incorrect expectation.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp1
1 files changed, 0 insertions, 1 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 a3f07959094..f3487f6e585 100644
--- a/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
+++ b/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
@@ -733,7 +733,6 @@ TYPED_TEST(HnswIndexTest, hnsw_graph_is_compacted)
this->commit();
this->index->update_stat(compaction_strategy);
mem_2 = this->commit_and_update_stat();
- EXPECT_LE(mem_2.usedBytes(), mem_1.usedBytes());
if (mem_2.usedBytes() == mem_1.usedBytes()) {
break;
}