Skip to content

Commit bf2ade1

Browse files
committed
Sync public tests for Project 2
1 parent 25cb2b8 commit bf2ade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/storage/b_plus_tree_delete_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TEST(BPlusTreeTests, DISABLED_DeleteTestNoIterator) {
3434
// allocate header_page
3535
page_id_t page_id = bpm->NewPage();
3636
// create b+ tree
37-
BPlusTree<GenericKey<8>, RID, GenericComparator<8>> tree("foo_pk", page_id, bpm, comparator);
37+
BPlusTree<GenericKey<8>, RID, GenericComparator<8>> tree("foo_pk", page_id, bpm, comparator, 2, 3);
3838
GenericKey<8> index_key;
3939
RID rid;
4040

0 commit comments

Comments
 (0)