Skip to content

Commit

Permalink
Merge branch 'develop' into feat/DTIS-682-full-ipex-flow-in-idw-crede…
Browse files Browse the repository at this point in the history
…ntial-server
  • Loading branch information
bao-sotatek committed May 7, 2024
2 parents e44bfc8 + 9d9c6a7 commit 77fc4fc
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";
notificationStorage.findById = jest.fn().mockResolvedValue({
a: {
d: "d",
},
});
groupGetRequestMock = jest.fn().mockResolvedValue([
{
exn: {
Expand Down

0 comments on commit 77fc4fc

Please sign in to comment.