Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jul 8, 2024
1 parent 59004e0 commit 2798132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ic_evm_rpc/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function getTests(canisterId: string): Test {
expect(responseText).toBe('transaction sent');
}, 20_000);

wait('wait for block time', 60_000);
wait('for block time', 60_000);

it("gets the canister's balance after transfer from faucet using ethers and tECDSA", async () => {
const response = await fetch(
Expand Down Expand Up @@ -108,7 +108,7 @@ export function getTests(canisterId: string): Test {
expect(responseText).toBe('transaction sent');
}, 30_000);

wait('wait for block time', 60_000);
wait('for block time', 60_000);

it("gets the canister's balance after the transfer using ethers and tECDSA", async () => {
const response = await fetch(
Expand Down

0 comments on commit 2798132

Please sign in to comment.