Skip to content

Commit

Permalink
Sync public tests for Project 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlou1554 committed Nov 12, 2024
1 parent 25cb2b8 commit bf2ade1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/b_plus_tree_delete_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TEST(BPlusTreeTests, DISABLED_DeleteTestNoIterator) {
// allocate header_page
page_id_t page_id = bpm->NewPage();
// create b+ tree
BPlusTree<GenericKey<8>, RID, GenericComparator<8>> tree("foo_pk", page_id, bpm, comparator);
BPlusTree<GenericKey<8>, RID, GenericComparator<8>> tree("foo_pk", page_id, bpm, comparator, 2, 3);
GenericKey<8> index_key;
RID rid;

Expand Down

0 comments on commit bf2ade1

Please sign in to comment.