Skip to content

Commit

Permalink
E2E pluginUpgrader tests ready
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jan 4, 2024
1 parent d325aab commit 28402b5
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/src/SpacePluginSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contract SpacePluginSetup is PluginSetup {
_targetPluginAddresses
);
permissions[2] = PermissionLib.MultiTargetPermission({
operation: PermissionLib.Operation.Grant,
operation: PermissionLib.Operation.GrantWithCondition,
where: _dao,
who: _pluginUpgrader,
condition: address(_onlyPluginUpgraderCondition),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import {
UpgradedEvent,
} from '../../typechain/@aragon/osx/core/dao/DAO';
import {PluginSetupRefStruct} from '../../typechain/@aragon/osx/framework/dao/DAOFactory';
import {
UpdateAppliedEvent,
UpdatePreparedEvent,
} from '../../typechain/@aragon/osx/framework/plugin/setup/PluginSetupProcessor';
import {UpdatePreparedEvent} from '../../typechain/@aragon/osx/framework/plugin/setup/PluginSetupProcessor';
import {
findEvent,
findEventTopicLog,
Expand Down
Loading

0 comments on commit 28402b5

Please sign in to comment.