From 268176ceaab352890dd07de420c985e69e1972c2 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Wed, 18 Dec 2024 19:00:04 -0600 Subject: [PATCH] chore: run prettier --- e2e-tests/test/anvil-apis.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e-tests/test/anvil-apis.test.ts b/e2e-tests/test/anvil-apis.test.ts index 33ad3828..26dd52fb 100644 --- a/e2e-tests/test/anvil-apis.test.ts +++ b/e2e-tests/test/anvil-apis.test.ts @@ -91,7 +91,6 @@ describe("anvil_setBlockTimestampInterval & anvil_removeBlockTimestampInterval", describe("anvil_setLoggingEnabled", function () { it("Should disable and enable logging", async function () { - const logFilePath = process.env.ANVIL_LOG_PATH || path.resolve("../anvil-zksync.log"); // Arrange