Skip to content

Commit d85280e

Browse files
authored
chore: remove old test suites (#303)
* chore: remove old test suites * add back in invariant * chore: lower fuzz runs for extensive test
1 parent 7aa389e commit d85280e

File tree

4 files changed

+2
-822
lines changed

4 files changed

+2
-822
lines changed

test/Auction.dos.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ contract AuctionDosTest is AuctionBaseTest {
2424
/// forge-config: default.gas_limit = 18446744073709551615
2525
/// forge-config: ci.isolate = true
2626
/// forge-config: ci.gas_limit = 18446744073709551615
27-
/// forge-config: default.runs = 100
28-
/// forge-config: ci.runs = 100
27+
/// forge-config: default.fuzz.runs = 100
28+
/// forge-config: ci.fuzz.runs = 100
2929
function test_forceIterateOverTicks_preventsDoS(FuzzDeploymentParams memory _deploymentParams)
3030
public
3131
givenFullyFundedAccount

test/Auction.partialfills.t.sol

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)