Skip to content

Commit d275f15

Browse files
committed
rename
1 parent ca05423 commit d275f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PositionDescriptor.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ contract PositionDescriptorTest is Test, PosmTestSetup {
4141
deployAndApprovePosm(manager);
4242
}
4343

44-
function test_posm_initcodeHash() public {
44+
function test_position_descriptor_initcodeHash() public {
4545
vm.snapshotValue(
4646
"position descriptor initcode hash (without constructor params, as uint256)",
4747
uint256(keccak256(abi.encodePacked(vm.getCode("PositionDescriptor.sol:PositionDescriptor"))))

0 commit comments

Comments
 (0)