Skip to content

Commit

Permalink
chore: add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cucupac committed Nov 6, 2023
1 parent a9f6707 commit 46bb0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/create3/Create3Factory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ contract Create3FactoryTest is DeploymentHelper, TestSetup {
function testFuzz_DeployBytecodeVarianceIndependence(uint256 pkNum) public {
// Setup
VmSafe.Wallet memory wallet = vm.createWallet(uint256(keccak256(abi.encodePacked(uint256(pkNum)))));
assertTrue(wallet.addr != CONTRACT_DEPLOYER, "Truth Violation: wallet.addr != CONTRACT_DEPLOYER");

bytes memory constructorArgsBytecode1 = abi.encode(wallet.addr);
bytes memory constructorArgsBytecode2 = abi.encode(CONTRACT_DEPLOYER);

Expand Down

0 comments on commit 46bb0d5

Please sign in to comment.