From b37d2399a6fb0c30ed826c7b095cd693717ca0c1 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Thu, 27 Jun 2024 12:55:38 +0100 Subject: [PATCH] fix linter --- tests-integration/upgrade.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-integration/upgrade.test.ts b/tests-integration/upgrade.test.ts index 163f64e..2035528 100644 --- a/tests-integration/upgrade.test.ts +++ b/tests-integration/upgrade.test.ts @@ -150,7 +150,7 @@ describe("Test Factory Upgrade", function () { factory.connect(deployer); const { transaction_hash: tx1 } = await factory.propose_upgrade(newClassHash, calldata); - let expectedPendingUpgrade = { + const expectedPendingUpgrade = { ready_at: CURRENT_TIME + MIN_SECURITY_PERIOD, implementation: num.toBigInt(newClassHash), calldata_hash: BigInt(hash.computePoseidonHashOnElements(calldata)),