Skip to content

Commit

Permalink
test(core): fix multisig service mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal committed May 7, 2024
1 parent f58fb96 commit 03cf94b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/agent/services/multiSigService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,6 @@ describe("Multisig sig service of agent", () => {

test("cannot join the multisig if cannot get key states for multisig member", async () => {
const multisigIdentifier = "newMultisigIdentifierAid";
basicStorage.findById = jest.fn().mockResolvedValue({
content: {
d: "d",
},
});
groupGetRequestMock = jest.fn().mockResolvedValue([
{
exn: {
Expand Down

0 comments on commit 03cf94b

Please sign in to comment.