diff --git a/src/getUpgradeExecutor.integration.test.ts b/src/getUpgradeExecutor.integration.test.ts index 130e5e95..bf2bd80d 100644 --- a/src/getUpgradeExecutor.integration.test.ts +++ b/src/getUpgradeExecutor.integration.test.ts @@ -5,7 +5,7 @@ import { nitroTestnodeL2, nitroTestnodeL3 } from './chains'; import { getInformationFromTestnode } from './testHelpers'; import { getUpgradeExecutor } from './getUpgradeExecutor'; -const { upgradeExecutor, l3UpgradeExecutor, l3Rollup } = getInformationFromTestnode(); +const { l3UpgradeExecutor, l3Rollup } = getInformationFromTestnode(); // Tests can be enabled once we run one node per integration test describe('successfully get upgrade executor', () => {