Skip to content

Commit

Permalink
Adapted existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jan 8, 2024
1 parent 7b6ef20 commit c910193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('Governance Plugins Setup', function () {
UPDATE_ADDRESSES_PERMISSION_ID,
],
[
Operation.Grant,
Operation.GrantWithCondition,
dao.address,
memberAccessPlugin,
anticipatedMemberAccessConditionAddress,
Expand Down Expand Up @@ -226,7 +226,7 @@ describe('Governance Plugins Setup', function () {
UPDATE_ADDRESSES_PERMISSION_ID,
],
[
Operation.Grant,
Operation.GrantWithCondition,
dao.address,
memberAccessPlugin,
anticipatedMemberAccessConditionAddress,
Expand All @@ -240,7 +240,7 @@ describe('Governance Plugins Setup', function () {
UPDATE_MULTISIG_SETTINGS_PERMISSION_ID,
],
[
Operation.Grant,
Operation.GrantWithCondition,
dao.address,
pluginUpgrader,
anticipatedOnlyPluginUpgraderConditionAddress,
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/test/unit-testing/space-plugin-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('Space Plugin Setup', function () {
SUBSPACE_PERMISSION_ID,
],
[
Operation.Grant,
Operation.GrantWithCondition,
dao.address,
pluginUpgrader,
anticipatedConditionAddress,
Expand Down

0 comments on commit c910193

Please sign in to comment.