Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Feb 12, 2024
1 parent c54bf3b commit f5b9581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recompute_heap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ func Test_recomputeHeap_sanityCheck_ok_badNodeHeight(t *testing.T) {
newList(n_2_00, n_2_01),
newList(n_3_00, n_3_01, n_3_02),
}
rh.minHeight = 1
rh.lookup[n_1_00.n.id] = n_1_00
rh.lookup[n_2_00.n.id] = n_2_00
rh.lookup[n_2_01.n.id] = n_2_01
Expand Down

0 comments on commit f5b9581

Please sign in to comment.