From 058f7c18d92d4c7460f25b64d0cb2040eda595b4 Mon Sep 17 00:00:00 2001 From: imduchuyyy Date: Thu, 25 Jul 2024 15:13:17 +0700 Subject: [PATCH] fix test --- tests/provider.spec.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/provider.spec.ts b/tests/provider.spec.ts index 5eac707..038c556 100644 --- a/tests/provider.spec.ts +++ b/tests/provider.spec.ts @@ -24,14 +24,4 @@ describe("Provider", () => { console.log(transaction) }) - - it("Get call status", async () => { - const provider: IProvider = createAbstractionProvider(); - const callStatus = await provider.request({ - method: "wallet_getCallsStatus", - params: ["0x6b4f1165bfee4d6164ab44f52bd9e5bfa40da28491a33960ad9952aa3f202799"] - }) - - console.log(callStatus) - }) })