Skip to content

Commit

Permalink
fix: corrected wrong where address in test
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Jan 8, 2024
1 parent 9a35d0d commit 1aa5087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/test/unit/client/utils.test.ts
Original file line number Diff line number Diff line change
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: pluginAddress,
where: daoAddress,
who: pspAddress,
permission: Permissions.ROOT_PERMISSION,
});
Expand Down

0 comments on commit 1aa5087

Please sign in to comment.