Skip to content

Commit

Permalink
test: extend mock data
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Oct 28, 2024
1 parent 7f4e0e8 commit fd29701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cketh/src/minter.canister.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,9 @@ describe("ckETH minter canister", () => {
supported_ckerc20_tokens: [],
last_erc20_scraped_block_number: [5892643n],
last_eth_scraped_block_number: [5892601n],
evm_rpc_id: toNullable(
Principal.fromText("7hfb6-caaaa-aaaar-qadga-cai"),
),
};

const service = mock<ActorSubclass<CkETHMinterService>>();
Expand Down

0 comments on commit fd29701

Please sign in to comment.