Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into fix/node-v20-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored Aug 5, 2023
2 parents b3dab22 + 1174fe1 commit 5889316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum/options/tests/logging-options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("EthereumOptionsConfig", () => {
});

afterEach(async () => {
spy.restore();
spy && spy.restore();

await unlink(logfilePath).catch(() => {});
});
Expand Down

0 comments on commit 5889316

Please sign in to comment.