From cbe7b9bb541f812ba1fdd3c3890670edcbdd50ac Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Thu, 18 Apr 2024 15:14:55 +0200 Subject: [PATCH] Use fully qualified name --- test-e2e/creationCodeTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-e2e/creationCodeTest.ts b/test-e2e/creationCodeTest.ts index 30b6048c76..7f7fde644f 100644 --- a/test-e2e/creationCodeTest.ts +++ b/test-e2e/creationCodeTest.ts @@ -123,7 +123,7 @@ describe('creationCodeTest', () => { }) it('UpgradeExecutor constructor has expected size', async function () { - const constructorBytecode = await _getConstructorBytecode('UpgradeExecutor') + const constructorBytecode = await _getConstructorBytecode('@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor') const constructorBytecodeLength = _lengthInBytes(constructorBytecode) expect(constructorBytecodeLength).to.be.eq(