We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05423 commit d275f15Copy full SHA for d275f15
test/PositionDescriptor.t.sol
@@ -41,7 +41,7 @@ contract PositionDescriptorTest is Test, PosmTestSetup {
41
deployAndApprovePosm(manager);
42
}
43
44
- function test_posm_initcodeHash() public {
+ function test_position_descriptor_initcodeHash() public {
45
vm.snapshotValue(
46
"position descriptor initcode hash (without constructor params, as uint256)",
47
uint256(keccak256(abi.encodePacked(vm.getCode("PositionDescriptor.sol:PositionDescriptor"))))
0 commit comments