From 9c3b2e3e2e53ba7c2e7030eb030dd43590e4aa10 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 13 Nov 2024 15:55:07 -0500 Subject: [PATCH] fix pgm test bug --- tests/bliss_index_tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bliss_index_tests.h b/tests/bliss_index_tests.h index bb5ab3f..1ab77e4 100644 --- a/tests/bliss_index_tests.h +++ b/tests/bliss_index_tests.h @@ -31,7 +31,7 @@ using value_type = unsigned long; class BlissIndexTest : public testing::Test { protected: std::unique_ptr> index; - std::string indexes[3] = {"alex", "lipp", "btree", "pgm"}; + std::string indexes[4] = {"alex", "lipp", "btree", "pgm"}; int num_keys = 100000; void SetUp() {}