Skip to content

Commit

Permalink
Add required optional pending_utxos in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Nov 20, 2023
1 parent f64d0f9 commit d95cc2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ckbtc/src/minter.canister.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ describe("ckBTC minter canister", () => {
NoNewUtxos: {
required_confirmations: 123,
current_confirmations: toNullable(456),
pending_utxos: [],
},
},
} as UpdateBalanceError,
};
service.update_balance.mockResolvedValue(error);

Expand Down

0 comments on commit d95cc2e

Please sign in to comment.