Skip to content

Commit

Permalink
Cleanup test names / scopelint fix (#22)
Browse files Browse the repository at this point in the history
Cleaned up test contracts and how they are organized and named for better compatibility with "scopelint spec" command.
  • Loading branch information
jferas authored Jan 8, 2024
1 parent cf60c1f commit 6ddeca0
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 442 deletions.
5 changes: 2 additions & 3 deletions test/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ contract Constants {
address constant TIMELOCK = 0x8dA8f82d2BbDd896822de723F55D6EdF416130ba;
address constant DRIPS = 0xd0Dd053392db676D57317CD4fe96Fc2cCf42D0b4;

// TODO: resolve the list of large delegates with tallyaddress
address constant PROPOSER = 0x464D78a5C97A2E2E9839C353ee9B6d4204c90B0b; // cloudhead.eth

address constant USDC_ADDRESS = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48;
Expand All @@ -16,8 +15,8 @@ contract Constants {
address constant MTV_ADDRESS = 0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f;
uint256 constant MAX_REASONABLE_TIME_PERIOD = 302_400; // 6 weeks assume a 12 sec block time

// we have not yet deployed the Radworks Bravo Governor
address constant DEPLOYED_BRAVO_GOVERNOR = 0x1111111111111111111111111111111111111111;
// we have not yet deployed the Radworks Bravo Governor (will be replaced with deployed address)
address constant DEPLOYED_BRAVO_GOVERNOR = address(0x0);

uint256 constant QUORUM = 4_000_000e18;
}
200 changes: 0 additions & 200 deletions test/RadworksDripsGovernance.t.sol

This file was deleted.

Loading

0 comments on commit 6ddeca0

Please sign in to comment.