Skip to content

Commit

Permalink
Merge pull request #75 from liquity/main
Browse files Browse the repository at this point in the history
Invariant Testing CI / CD
  • Loading branch information
danielattilasimon authored Nov 19, 2024
2 parents 37f414d + 9632de9 commit 132e41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/recon/CryticToFoundry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ contract CryticToFoundry is Test, TargetFunctions, FoundryAsserts {
}

// forge test --match-test test_optimize_property_sum_of_initatives_matches_total_votes_insolvency_0 -vv
// Example broken property due to rounding errors
function test_optimize_property_sum_of_initatives_matches_total_votes_insolvency_0() public {
vm.warp(block.timestamp + 574062);

Expand Down

0 comments on commit 132e41f

Please sign in to comment.