Skip to content

Commit

Permalink
test(deploy): add test for extractArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami committed Sep 25, 2024
1 parent a7cc31e commit ffa59c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/deploy/src/utils/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ describe('Deploy utilities', () => {
object: artifact.output.contracts['contracts/Box.sol'].Box.evm.bytecode.object,
linkReferences: artifact.output.contracts['contracts/Box.sol'].Box.evm.bytecode.linkReferences,
},
deployedBytecode: {
object: artifact.output.contracts['contracts/Box.sol'].Box.evm.deployedBytecode.object,
linkReferences:
artifact.output.contracts['contracts/Box.sol'].Box.evm.deployedBytecode.linkReferences,
},
},
metadata: artifact.output.contracts['contracts/Box.sol'].Box.metadata,
},
Expand Down

0 comments on commit ffa59c8

Please sign in to comment.