Skip to content

Commit

Permalink
chore: remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GalloDaSballo committed Nov 4, 2024
1 parent ebba848 commit 953a3ef
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions test/recon/CryticToFoundry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,47 +16,6 @@ contract CryticToFoundry is Test, TargetFunctions, FoundryAsserts {

}

// forge test --match-test test_optimize_max_claim_underpay_assertion_0 -vv
function test_optimize_max_claim_underpay_assertion_0() public {

helper_accrueBold(1001125329789697909641);

check_warmup_unregisterable_consistency(0);

optimize_max_claim_underpay_assertion();

}

// forge test --match-test test_property_sum_of_initatives_matches_total_votes_insolvency_assertion_mid_0 -vv
function test_property_sum_of_initatives_matches_total_votes_insolvency_assertion_mid_0() public {

governance_depositLQTY_2(1439490298322854874);

vm.roll(block.number + 1);
vm.warp(block.timestamp + 313704);
governance_depositLQTY(1);

vm.warp(block.timestamp + 413441);

vm.roll(block.number + 1);

governance_allocateLQTY_clamped_single_initiative(0,1,0);

vm.warp(block.timestamp + 173473);

vm.roll(block.number + 1);

helper_deployInitiative();

governance_registerInitiative(1);

vm.roll(block.number + 1);
vm.warp(block.timestamp + 315415);
governance_allocateLQTY_clamped_single_initiative_2nd_user(1,1293868687551209131,0);

property_sum_of_initatives_matches_total_votes_insolvency_assertion_mid();

}

// forge test --match-test test_optimize_property_sum_of_initatives_matches_total_votes_insolvency_0 -vv
function test_optimize_property_sum_of_initatives_matches_total_votes_insolvency_0() public {
Expand Down

0 comments on commit 953a3ef

Please sign in to comment.