Skip to content

Commit

Permalink
test: exactly half of accounts should have two children
Browse files Browse the repository at this point in the history
  • Loading branch information
makcandrov committed May 9, 2023
1 parent 542f3d4 commit bd4ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestHeap.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,6 @@ contract TestHeap is Test {
accountsWhithTwoChildren++;
}
}
assertGe(accountsWhithTwoChildren, (TESTED_SIZE - 1) / 2);
assertEq(accountsWhithTwoChildren, (TESTED_SIZE - 1) / 2);
}
}

0 comments on commit bd4ecfc

Please sign in to comment.