Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 17, 2024
1 parent ca05423 commit d275f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PositionDescriptor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract PositionDescriptorTest is Test, PosmTestSetup {
deployAndApprovePosm(manager);
}

function test_posm_initcodeHash() public {
function test_position_descriptor_initcodeHash() public {
vm.snapshotValue(
"position descriptor initcode hash (without constructor params, as uint256)",
uint256(keccak256(abi.encodePacked(vm.getCode("PositionDescriptor.sol:PositionDescriptor"))))
Expand Down

0 comments on commit d275f15

Please sign in to comment.