Skip to content

Commit

Permalink
[wallet/desktop] task: update test for AccountMultisigGraph component
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMakarenko committed Aug 1, 2022
1 parent 80ad066 commit 7106ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/AccountMultisigGraph.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ describe('components/AccountMultisigGraph', () => {
expect(mockUpdateGraphConfig).toBeCalledTimes(1);
expect(mockCenterGraph).toBeCalledTimes(1);
expect(component.isGraphModalShown).toBe(true);
expect(graphViewElement.exists()).toBeTruthy();
expect(graphViewElement.exists()).toBe(true);
});
});

0 comments on commit 7106ff8

Please sign in to comment.