Skip to content

Commit

Permalink
Revert "fix: corrected wrong where address in test"
Browse files Browse the repository at this point in the history
This reverts commit bab1e58.
  • Loading branch information
heueristik committed Jan 8, 2024
1 parent bab1e58 commit 049c223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/client/test/unit/client/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ describe("Test client utils", () => {
});
it("should return an error if the permission is not granted in the DAO", () => {
const grantAction = client.encoding.grantAction(daoAddress, {
where: daoAddress,
where: pluginAddress,
who: pspAddress,
permission: Permissions.ROOT_PERMISSION,
});
Expand Down Expand Up @@ -565,7 +565,7 @@ describe("Test client utils", () => {
});
it("should return an error if the permission is not revoked in the DAO", () => {
const revokeAction = client.encoding.revokeAction(daoAddress, {
where: daoAddress,
where: pluginAddress,
who: pspAddress,
permission: Permissions.ROOT_PERMISSION,
});
Expand Down

0 comments on commit 049c223

Please sign in to comment.