From 27981320abc36dc459d40ffe87e4e5525d4d5b84 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Fri, 28 Jun 2024 15:23:56 -0600 Subject: [PATCH] clean up --- examples/ic_evm_rpc/test/tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ic_evm_rpc/test/tests.ts b/examples/ic_evm_rpc/test/tests.ts index 6f380ac17b..13677ef17c 100644 --- a/examples/ic_evm_rpc/test/tests.ts +++ b/examples/ic_evm_rpc/test/tests.ts @@ -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( @@ -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(