Skip to content

Commit

Permalink
more minor tests clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaetano Padula committed Oct 11, 2024
1 parent 8ae631a commit 20cb321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions btree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ func TestBTree_Delete(t *testing.T) {

}

//btree.PrintTree()

for i := 0; i < 500; i++ {
err := btree.Delete([]byte(strconv.Itoa(i)))
if err != nil {
Expand Down

0 comments on commit 20cb321

Please sign in to comment.