Skip to content

Commit

Permalink
Use fully qualified name
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Apr 18, 2024
1 parent c191f87 commit cbe7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/creationCodeTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cbe7b9b

Please sign in to comment.