Skip to content

Commit

Permalink
Update dispute.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 6, 2024
1 parent 6fa6a97 commit 7f3c04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-sdk/test/unit/resources/dispute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ describe("Test DisputeClient", () => {
rpcMock = createMock<PublicClient>();
walletMock = createMock<WalletClient>();
disputeClient = new DisputeClient(rpcMock, walletMock);
if (!process.env.WALLET_PRIVATE_KEY) {
throw new Error("WALLET_PRIVATE_KEY environment variable is not set.");
}
});

afterEach(() => {
Expand Down

0 comments on commit 7f3c04c

Please sign in to comment.