Skip to content

Commit

Permalink
Merge pull request #46 from aviggiano/patch-2
Browse files Browse the repository at this point in the history
Update ABDKMath64x64PropertyTests.sol
  • Loading branch information
ggrieco-tob authored May 28, 2024
2 parents 987c7db + df03c3a commit 61133a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ contract CryticABDKMath64x64Properties {
}
}

// Adding minus one to the maximum value should revert, as it is out of range
// Adding minus one to the minimum value should revert, as it is out of range
function add_test_minimum_value_plus_negative_one() public view {
try this.add(MIN_64x64, MINUS_ONE_FP) {
assert(false);
Expand Down

0 comments on commit 61133a7

Please sign in to comment.