Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jul 24, 2023
1 parent 0892ce5 commit c9445e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/test/unit/client-common/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from "../../../src";
import { Multisig__factory } from "@aragon/osx-ethers";
import { id } from "@ethersproject/hash";
import { DaoAction, ProposalStatus } from "@aragon/sdk-client-common";
import { DaoAction } from "@aragon/sdk-client-common";

const UPDATE_MULTISIG_SETTINGS_ACTION = {
value: BigInt(0),
Expand Down

0 comments on commit c9445e7

Please sign in to comment.