From a33b596240529796b75ba702cc701d168dab34fd Mon Sep 17 00:00:00 2001 From: Flocqst Date: Mon, 24 Jun 2024 20:14:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20remove=20unnecessary=20commented?= =?UTF-8?q?=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Upgrade.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Upgrade.t.sol b/test/Upgrade.t.sol index 95cf33e..4add5f0 100644 --- a/test/Upgrade.t.sol +++ b/test/Upgrade.t.sol @@ -7,7 +7,6 @@ import {MockVaultUpgrade} from "test/utils/mocks/MockVaultUpgrade.sol"; contract UpgradeTest is Bootstrap { function setUp() public { - // vm.rollFork(BASE_BLOCK_NUMBER); initializeOptimism(); } }