From 22e03b578cd94e6d9f767200961a48c5d5bcc8a7 Mon Sep 17 00:00:00 2001 From: james-a-morris Date: Thu, 15 Feb 2024 17:02:16 -0500 Subject: [PATCH] fix: test --- test/arweaveClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arweaveClient.ts b/test/arweaveClient.ts index 788a1ce8..a2900c44 100644 --- a/test/arweaveClient.ts +++ b/test/arweaveClient.ts @@ -156,7 +156,7 @@ describe("ArweaveClient", () => { }); }); - it.only("should gracefully handle out of funds errors", async () => { + it("should gracefully handle out of funds errors", async () => { const jwk = await Arweave.init({}).wallets.generate(); // Create a new Arweave client const client = new ArweaveClient(