Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Jan 17, 2025
1 parent 652c3ff commit f54ee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/position-managers/PositionManager.notifier.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ contract PositionManagerNotifierTest is Test, PosmTestSetup {

// approve this contract to operate on alices liq
vm.startPrank(alice);
lpm.approve(address(this), tokenId);
IERC721(address(lpm)).approve(address(this), tokenId);
vm.stopPrank();

vm.expectRevert();
Expand Down

0 comments on commit f54ee6f

Please sign in to comment.