Skip to content

Commit

Permalink
Remove height check on 10K key test.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tk authored Nov 8, 2024
1 parent cdbfc96 commit 9d662b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/cs321/btree/BTreeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ public void testInsertTenThousandObjects() throws BTreeException, IOException {
}

assertEquals(10000, b.getSize());
assertEquals(12, b.getHeight());

assertTrue(validateInserts(b, input));
}
Expand Down

0 comments on commit 9d662b2

Please sign in to comment.