Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Feb 15, 2024
1 parent fa3f545 commit 22e03b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arweaveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 22e03b5

Please sign in to comment.