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 d1d1ab7 commit 9a35d0d
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 @@ -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: pluginAddress,
where: daoAddress,
who: pspAddress,
permission: Permissions.ROOT_PERMISSION,
});
Expand Down

0 comments on commit 9a35d0d

Please sign in to comment.