Skip to content

Commit e60d1c8

Browse files
committed
chore: fix test
1 parent 1b07bbc commit e60d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Deployment.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ contract DeploymentTest is Helper(false) {
9898
}
9999

100100
function _computeCreate2Addr(bytes memory initCode) internal view returns (address) {
101-
return vm.computeCreate2Address(SALT, hashInitCode(initCode), address(this));
101+
return vm.computeCreate2Address(SALT, hashInitCode(initCode), deployer);
102102
}
103103

104104
function _implementationAddress(address proxy) internal view returns (address) {

0 commit comments

Comments
 (0)