Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Sep 27, 2024
1 parent ec5b441 commit c203689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tests/lib/pages/IcrcWallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ describe("IcrcWallet", () => {
expect(get(busyStore)).toEqual([]);
expect(spyOnGetLedgerId).toBeCalledTimes(1);
expect(spyOnGetLedgerId).toBeCalledWith({
certified: false,
certified: true,
identity: mockIdentity,
indexCanisterId,
});
Expand Down

0 comments on commit c203689

Please sign in to comment.