Skip to content

Commit

Permalink
Update src/lib/helpers/test/setupTestWallet.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Ghayrat <[email protected]>
  • Loading branch information
marcomariscal and garyghayrat authored Apr 16, 2024
1 parent 70ec3ab commit db60a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/helpers/test/setupTestWallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('setupTestWallet', async () => {
expect(account.address).not.toBe(
privateKeyToAccount(ANVIL_DEFAULT_PRIVATE_KEY).address
);
delete process.env.PRIVATE_KEY;
});

test('throws an error when the PRIVATE_KEY environment variable is not set', async () => {
Expand Down

0 comments on commit db60a07

Please sign in to comment.