Skip to content

Commit

Permalink
fix pgm test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JslYoon committed Nov 13, 2024
1 parent 33fc573 commit 9c3b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bliss_index_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using value_type = unsigned long;
class BlissIndexTest : public testing::Test {
protected:
std::unique_ptr<bliss::BlissIndex<key_type, value_type>> index;
std::string indexes[3] = {"alex", "lipp", "btree", "pgm"};
std::string indexes[4] = {"alex", "lipp", "btree", "pgm"};
int num_keys = 100000;

void SetUp() {}
Expand Down

0 comments on commit 9c3b2e3

Please sign in to comment.