Skip to content

Commit

Permalink
fix: naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baroooo committed Dec 18, 2023
1 parent 712b4fd commit 373691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/governance/IntegrationTests/Integration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ contract GovernanceIntegrationTest is TestSetup, Proposals, Utils {
assertEq(airgrab.cliffPeriod(), 0);
assertEq(address(airgrab.token()), address(mentoToken));
assertEq(address(airgrab.locking()), address(locking));
assertEq(address(airgrab.communityFund()), address(communityFund));
assertEq(address(airgrab.celoCommunityFund()), address(communityFund));

bytes32 proposerRole = governanceTimelock.PROPOSER_ROLE();
bytes32 executorRole = governanceTimelock.EXECUTOR_ROLE();
Expand Down

0 comments on commit 373691d

Please sign in to comment.